Reputation: 1593
I recently updated to ADT 22.0.5 and now my projects wont generate the R file. I have followed all steps posted in other questions and still have no luck. Any suggestions? I have lost way to much time on this.
Upvotes: 0
Views: 90
Reputation: 3195
Check this ,
I had the problem too. There is a new component in the Tools folder called "Android SDK Build-tools" that needs to be installed.
Step 1
Open the Android SDK Manager
Step 2
Select the newly added Build Tools and install. (If problem stays then go to Project Properties => Java Build Path => Order and Export and check Android Private Libraries, then clean and build project.
It may be necessary to repeat the process, restart the SDK Manager after the update.
Upvotes: 1