0

Okay so I'm using Juno and my gen folder does not have R.java. I tried the following steps:

Clean the project(10 times). Fix Project Properties. Check for errors in my xml files. Checked Android 4.2.2 in Porperties->Android.

I know there has been a lot of discussion on this but none of them work for me. Is there anything else I can try to generate my R.java? Please help.

Nemin
  • 1,907
  • 6
  • 24
  • 37

1 Answers1

0

You mentioned you updated your ADT, did you try to change the API level for your emulator? My problem was similar, and I was trying to use level 8 and the libraries I was using required level 11 so went one by one until I figured out which one to use.

user2411262
  • 11
  • 1
  • 3
  • No there was no problem with my API level. The SDK Tool folder did not install the new updates. So that's why my R.java was not getting generated! – Nemin May 24 '13 at 18:12