문제

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.

도움이 되었습니까?

해결책

  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
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top