Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What can I do to fix a Android SDK Null Pointer Exception error?

I am having a problem creating my first Android App.

  1. I installed JDK 7u21.
  2. I downloaded and extracted Android SDK Build: v22.0.0-675183.
  3. I started Eclipse and created a new Android Application Project.
  4. When I click Finish I get the following error:

Errors occurred during the build. Errors running builder 'Android Resource Manager' on project 'Steve'. java.lang.NullPointerException

I have search and couldn't find anyone with the same problem. Did I install something wrong? Is something missing from the SDK? What can I do to correct this error?

like image 206
user2414671 Avatar asked Nov 12 '22 04:11

user2414671


1 Answers

In my case I switch from Android SDK 64 bits, to Android SDK 32 bits. Now it's working perfectly.

like image 52
anbuf Avatar answered Nov 14 '22 22:11

anbuf