adt - Android R.java doesn't generate -


i've updated android sdk version 22.0 (well, more fresh install) , started new project in eclipse. went through project wizard , went fine realised didn't generate build files (neither buildconfig.java nor r.java).

i searched bit , found others similar problems , pointed out after updating new package should available called android build tools. had installed them , buildconfig.java generated afterwards still don't have r.java.

some suggested cleaning project, editing manifest files , manually adding r.java file revert generated 1 none of these worked, though showed warning message in ide console when edited file didn't anything

  • go windows->android sdk manager
  • download or update android sdk build-tools

  • open project's properties

  • in right panel, choose java build path
  • in left panel make sure android private libraries , android dependencies checked.
  • clean , rebuild project

Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -