R.java is missing from my computer

117 Views Asked by At

I've been having trouble trying to get the damn R.java to generate. I've tried almost everything. Check everything was up to date in the sdk manager, cleaned my projects, made sure they build automatically, closed and reopened eclipse, ran it as admin, clicked fix properties, made like 6 new projects(still no R.java), deleted everything in the gen file(autogenerated buildConfig, but still no R.java), made sure my build target was the same one on my manifest.xml, my programs don't have any errors, R class isn't being imported in my mainActivity. The only errors I have is in the mainAtivity, where the R class is being used. For the time being, those lines are commented. My test programs run, but I know I'll need that R class in the future.

Commented lines:

setContentView(R.layout.activity_main_activity_ts);

if (id == R.id.action_settings) 
{
    return true;
}

 getMenuInflater().inflate(R.menu.main_activity_t, menu);

I don't know what else to do. On my desktop, everything worked fine, since day 1. On my laptop, at 1st I had duplicated dependencies(I think I fixed it cause they're aren't any errors). Also, for some reason, I always get this error on appcompact_v7.

Unable to resolve target 'Google Inc.:Google APIs:21' until the SDK is loaded. Eclipse has been running for an hour now and that still hasn't loaded.

Any help would be greatly appreciated. I've had urges to program, but this problem is preventing me from doing what I love :(

2

There are 2 best solutions below

2
On

Try deleting the "gen" folder, then rebuilding. Eclipse should generate another R.java for you. I realize you deleted everything inside it, but delete the whole folder and see if that works.

0
On

Can't believe how I fixed it... I switched to android studios and DONE! Worked on the 1st try, no errors, could deploy on my phone quickly and with such ease. Lol