Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

When trying to create a new Android Application, I can get through the whole wizard until the very end, when clicking finish gives me an error:

Errors running builder 'Android Resource Manager' on project 'test'. java.lang.NullPointerException

I have tried reinstalling ADT multiple times to no avail. Does anyone know what my issue is here? I have the SDKs for the APIs that I'm trying to use.

EDIT: not sure if its of any help, but when looking at the ADT update site in 'install new software', I am presented by the error

Error while reading from repository: http://dl-ssl.google.com/android/eclipse/site.xml.

Thanks, John

share|improve this question

1 Answer

Try creating a new workspace. Also, instead of reading from the "site.xml" file, just read from the directory itself. However, you shouldn't need to do that if you install the ADT, the plugin is already installed for you. If it still doesn't work, open the application "SDK Manager" in your ADT bundle folder and install everything. You might need to run as admin to do that.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.