I just deployed my first app on the market tonight. It was running nice on the emulator and on my G2.
But apparently several users have difficulties starting the app, and I can't figure out why.
Here is the crash dump:
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.comp.app/com.comp.app.AppActivity}: java.lang.NullPointerException
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2268)
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2284)
android.app.ActivityThread.access$1800(ActivityThread.java:112)
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1692)
android.os.Handler.dispatchMessage(Handler.java:99)
android.os.Looper.loop(Looper.java:123)
android.app.ActivityThread.main(ActivityThread.java:3948)
java.lang.reflect.Method.invokeNative(Native Method)
java.lang.reflect.Method.invoke(Method.java:521)
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:782)
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:540)
dalvik.system.NativeStart.main(Native Method)
Any ideas ?