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.
I got same error on my windows machine.
When I compared project file system with other working project I found that
project.properties
was missing, So I Created a txt file and renamed it to "project.properties" then got this message on my console.
"Project has no project.properties file! Edit the project properties to set one"
Then I went through project menu
project->properties->android->choose & set the "project build target".
then build it.now everything was smooth.
We just setup a valid project.properites file for that project.
Creating an empty project.properties file got it working for me.
I followed below steps to add a line to the Eclipse.ini and solved the problem
1. Go to your eclipse directory and find "Eclipse.app" file. Just to
be on safe side, back up this file somewhere (Just the Eclipse.app file).
2. Right-Click on "Eclipse.app" file, and select "Show Package
Contents"
3. Once inside package, go to Contents-->MacOS, and open
"eclipse.ini"
4. Just before the "-vmargs", add the following:
-vm
/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Commands/java
5. Run eclipse again, and you should be able to create the project
without any problems.
This is the the solution I've used to solve that problem which gave me enough troubles.
Hope that it will help you !
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With