I downloaded adt-bundle-mac-x86_64-20140321
and have updated the SDK and ADT as necessary. I am still unable to create a new Android Application Project. When clicking finish, it still returns
'Building Workspace' has encountered a problem.
Errors occurred during the build
Clicking details
reveals:
Errors occurred during the build.
Errors running builder 'Android Resource Manager' on project 'MyFirstApp3'.
java.lang.NullPointerException
The project does, however, get created, except that all the packages are empty.
If, however, at the second step of the creation wizard, I uncheck Create Activity
, the project gets successfully created and with all the proper package contents. If I try to add a new Android Activity
to the src folder, at the final step upon clicking finish
nothing happens. The wizard doesn't even close; I'm left with the back
, cancel
and finish
buttons.