Showing posts with label ADT. Show all posts
Showing posts with label ADT. Show all posts

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

You may get the error while compiling the Android app "Errors running builder 'Android Resource Manager' on project 'lock'. java.lang.NullPointerException". You could also get this error while creating a project and you wouldn't be able to create the project altogether.

There could be multiple reasons for the error : 
  • Your project file might be missing
  • The dependent project library might be missing or
  • You might be building an app with Activity but the respective API SDK might not be installed 
If above are not the reasons then you might want to check out this




ADT or Eclipse with ADT plugin crashes with out of memory error

Android Developer Tools or Eclipse loading ADT plugin may crash with Out of memory exception. Sometimes ADT or Eclipse may also crash while loading any activity layout xml with the errors shown in below images.
PermGen Space errors


Out of memory error


This may happen because you might be having older version of Java SDK installed. Installing the latest version of JDK like 6 or 7 should resolve these errors.

Caching is a technique used to store frequently accessed data in a temporary storage layer to improve system performance and reduce latency....