I spent the whole day just trying to create a simple Android Application Project on my Mac (10.7.5). When pressing "Finish" in the project wizard, I got the following error message:
Errors occurred during the build.
Errors running builder ‘Android Resource Manager‘ on project ‘MyFirstApp‘.
java.lang.NullPointerException
A project with empty directories was created, but no files were generated except for a file called "proguard-project.txt", which just contained comments.
I literally just downloaded the ADT Bundle onto my Mac.
I‘ve already had a look at here and tried all the suggestions there, like removing the ".metadata" folder and trying to change the Android "Project Build Target".
I‘ve also tried using Eclipse Juno and Kepler - same problem. I‘ve reinstalled Eclipse and recreated workspaces many many times.
So I‘m pretty stuck...it‘s not working out of the box. Any help would be most appreciated.
Sounds like Eclipse doesn‘t see SDK Android folder. Did you configured your Eclipse? – Maxim ShoustinAug 7 ‘13 at 6:42