1

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.

dbconfession
  • 1,147
  • 2
  • 23
  • 36

1 Answers1

1

Create a txt file named project.properties, then if you are getting error this message

"Project has no project.properties file! Edit the project properties to set one" Then go through project menu

project->properties->android->choose & set the "project build target". then build it.

Just setup a valid project.properties file for that project.
Edits: And please post your Logcat if this doesn't solve your problem . Without Logcat it's hard to pinpoint the problem.

Totoro
  • 1,307
  • 12
  • 18