1

My ADT works well before I install JDK 7u67. But after install that, I have error like this when creating new Android project :

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

This is the error after creating new android project : enter image description here

AndikaK
  • 137
  • 1
  • 15

1 Answers1

0

In eclipse when you install different version of java,it does not change the working JRE.You must change it by Window-Preferences-Java-BuildPath or Window-Preferences-Java-InstalledJre

akinKaplanoglu
  • 728
  • 2
  • 8
  • 26