Pregunta

I downloaded the Navigation Drawer Demo from here: http://developer.android.com/training/implementing-navigation/nav-drawer.html#top

I imported the project into my eclipse but it doesn't generate a "gen" folder or the R.java file. Cleaning the project didn't help.

¿Fue útil?

Solución

  1. Update your android SDK.
  2. Then go to project properties -> Android -> Select Android 4.2.2 -> OK
  3. Then clean your project.
  4. Add android-support-v4.jar from /libs to Build path
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top