简体   繁体   中英

R.java missing in Android

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM