What i did:
- I downloaded: XYPlot and added the jar to my libs folder
- I added this example: Quickstart to my project
- I startet the App: Everything worked
- I closed Eclipse
- I opened Eclipse
- My R was gone
What i tried to fix this problem:
- I restarted eclipse
- I cleaned the Project
- I deleted the Project from Eclipse and reimported it
- I used Android-Tools to fix the properties
- I checked if there are uppercase letters in some Layout-Files or Drawables, etc.
- I also checked all other invalid characters.
- I made sure that there is no other R imported by any of my files
Nothing solved the problem
My min and target sdk:
<uses-sdk
android:minSdkVersion="13"
android:targetSdkVersion="19" />
Does someone had the same issue? Where is R located and how can i recreate it?
Ok i figured out that even when i create a completely new project the R of the new Project cant be found. What is going on there?