Hi I am facing one different kind of problem. I have updated my android sdk manager with new android version 5.0(API level 21). After that I created new android application project but it giving error for resources. I have check in gen folder there is no R.Java file. And also as soon as I change my project properties to lower API level like 19 then it is working fine. I am using Kepler eclipse version. I am not sure bucause of what reason it is giving me this problem. Need some help. Thank you.
Asked
Active
Viewed 72 times
0
-
Uninstalling Android ADT http://stackoverflow.com/questions/9097163/uninstalling-android-adt and Reinstalling Android ADT may be slove your problrem – Naveen Tamrakar Nov 07 '14 at 05:53
-
Did you remember to do Help/Check for Updates? Followed by an Eclipse restart? – Phantômaxx Nov 07 '14 at 08:07
-
Yeaah I update my eclipse after that. – nilkash Nov 07 '14 at 08:08
1 Answers
0
It was java version issue. I updated my java version from 1.6 to 1.7 and its working fine now

nilkash
- 7,408
- 32
- 99
- 176