[TIMOB-3194] Android: Launching from Market Causes exception. (Missing Intent CATEGORY_LAUNCHER)
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2011-04-15T03:39:11.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | android, defect, duplicate, regression, release-1.6.0, reported-1.6.0 |
Reporter | Chris Brooks |
Assignee | Don Thorp |
Created | 2011-04-15T03:39:10.000+0000 |
Updated | 2017-03-10T18:19:55.000+0000 |
Description
When launching the app from the market, and not from the home launcher, an exception is generated and the app crashes
Ti SDK: 1.6.0 RC1
Android SDK: 2.2
See Q&A http://developer.appcelerator.com/question/114801/android-force-close-on-first-run-after-submitted-to-market" title="114801">114801
/TiRootActivity( 9662): (main) [0,0] checkpoint, on root activity create, savedInstanceState: null
D/TiAnalyticsDb( 9662): (main) [33,33] Creating Database tianalytics.db
I/TiAnalyticsDb( 9662): (main) [1,34] Upgrading Database from 1 to 4
E/TiLaunchActivity( 9662): (main) [90,124] Android issue 2373 detected (missing intent CATEGORY_LAUNCHER), restarting app. Instances: 0
D/AndroidRuntime( 9662): Shutting down VM
W/dalvikvm( 9662): threadid=1: thread exiting with uncaught exception (group=0x4001d7d0)
E/TiUncaughtHandler( 9662): (main) [22,146] Sending event: exception on thread: main msg:android.app.SuperNotCalledException: Activity {com.CubicIntellect.fuzionRadio/com.CubicIntellect.fuzionRadio.FuzionradioFmActivity} did not call through to super.onCreate(); Titanium 1.6.0,2011/02/09 13:41,d9d124
E/TiUncaughtHandler( 9662): android.app.SuperNotCalledException: Activity {com.CubicIntellect.fuzionRadio/com.CubicIntellect.fuzionRadio.FuzionradioFmActivity} did not call through to super.onCreate()
E/TiUncaughtHandler( 9662): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2629)
E/TiUncaughtHandler( 9662): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
E/TiUncaughtHandler( 9662): at android.app.ActivityThread.access$2300(ActivityThread.java:125)
E/TiUncaughtHandler( 9662): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
E/TiUncaughtHandler( 9662): at android.os.Handler.dispatchMessage(Handler.java:99)
E/TiUncaughtHandler( 9662): at android.os.Looper.loop(Looper.java:123)
E/TiUncaughtHandler( 9662): at android.app.ActivityThread.main(ActivityThread.java:4627)
E/TiUncaughtHandler( 9662): at java.lang.reflect.Method.invokeNative(Native Method)
E/TiUncaughtHandler( 9662): at java.lang.reflect.Method.invoke(Method.java:521)
E/TiUncaughtHandler( 9662): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:870)
E/TiUncaughtHandler( 9662): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:628)
E/TiUncaughtHandler( 9662): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 9662): FATAL EXCEPTION: main
E/AndroidRuntime( 9662): android.app.SuperNotCalledException: Activity {com.CubicIntellect.fuzionRadio/com.CubicIntellect.fuzionRadio.FuzionradioFmActivity} did not call through to super.onCreate()
Related HD Ticket: http://developer.appcelerator.com/helpdesk/view/73691">http://developer.appcelerator.com/helpdesk/view/73691
Several users reporting crash when opening app from Android Market.
Built with 1.6RC1
Issue was fixed after RC1. Refer to #3103
Please use CI build or official 1.6.0 release for fix.
Closing ticket as duplicate.