Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Errors running builder 'Android Resource Manager' on ADT

I am facing a problem when I try to create new android project in eclipse adt plugin tools.

ERROR/EXCEPTION::

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

I have faced this problem two times previously. Only solution was to re-install Windows operating system which actually did solve the problem. But I want a real solution without re-installing Windows.

like image 495
Mohammod Hossain Avatar asked Nov 18 '13 08:11

Mohammod Hossain


2 Answers

Switching to a new workspace worked for me.

File-> Switch Workspace.

like image 50
DoronK Avatar answered Oct 19 '22 19:10

DoronK


found a better solution. in the create project wizard. don't create an activity in the wizard. just untick create an activity and just create the activity manually in the manifest.

like image 15
Andre Coetzee Avatar answered Oct 19 '22 21:10

Andre Coetzee