2

I encounter each time when try to run project.

An internal error occurred during: "Launching Android_project_name".

java.lang.NullPointerException enter image description here

Horrorgoogle
  • 7,858
  • 11
  • 48
  • 81
  • Provide your logcat traces and the source code whose lie number is indicated in those traces. – Reno Aug 28 '11 at 11:01

1 Answers1

4

This may be due to a lack of AVD being selected or created for your project. Check the run configuration you have set up and under the 'target' tab, make sure you have at least 1 AVD available and selected. Several ways to get there, but you can use Project->Properties->Run/Debug Settings ... once there, double click your project name.

SBerg413
  • 14,515
  • 6
  • 62
  • 88