I can't start new projects anymore. This is what I do...
- Start Eclipse.
- New Android Application
- min API 8
- target API 18
- compile API 19
- create activity : checked
- activity name :
MainActivity
- layout name :
activity_main
- finish
When I open the project (it doesn't even open MainActivity.java
as it should be) :
- src folder is empty
- res/layout folder is empty
But AndroidManifest.xml exists. It was working perfectly before and I was able to create projects then it just suddenly broke.
I'm using APIs 18 and 19 all installed and up to date.