Running an Android App in Eclipse Causes NullPointerException
Posted
by James Ward
on Stack Overflow
See other posts from Stack Overflow
or by James Ward
Published on 2010-02-09T05:47:48Z
Indexed on
2010/05/30
1:42 UTC
Read the original article
Hit count: 293
android
I have been following the Android getting started docs and when I try to run the project I get:
!MESSAGE An internal error occurred during: "Launching HelloAndroid".
!STACK 0
java.lang.NullPointerException
at com.android.ide.eclipse.adt.internal.launch.AndroidLaunchController.launch(Unknown Source)
The application doesn't launch.
© Stack Overflow or respective owner