android - My R is gone and can not be recreated -


what did:

  • i downloaded: xyplot , added jar libs folder
  • i added example: quickstart project
  • i startet app: worked
  • i closed eclipse
  • i opened eclipse
  • my r gone

what tried fix problem:

  • i restarted eclipse
  • i cleaned project
  • i deleted project eclipse , reimported it
  • i used android-tools fix properties
  • i checked if there uppercase letters in layout-files or drawables, etc.
  • i checked other invalid characters.
  • i made sure there no other r imported of files

nothing solved problem

my min , target sdk:

<uses-sdk     android:minsdkversion="13"     android:targetsdkversion="19" /> 

does had same issue? r located , how can recreate it?

ok figured out when create new project r of new project cant found. going on there?

you have typo (unclosed tag, missing hyphen, comma, dot or other error wrong package name in manifest) somewhere in 1 of xml files, either in manifest.xml or in strings, or layout. check them.


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -