gressus / softenido

Automatically exported from code.google.com/p/softenido
0 stars 0 forks source link

[audible][0.4.1]android.content.ActivityNotFoundException in com.softenido.audible #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Crash:
Exception: class android.content.ActivityNotFoundException
Source method: Instrumentation.checkStartActivityResult()

Platforms: OTHER

Stack traces:

java.lang.RuntimeException: Unable to start activity 
ComponentInfo{com.softenido.audible/com.softenido.audible.AudibleMain}: 
android.content.ActivityNotFoundException: No Activity found to handle Intent { 
act=android.speech.tts.engine.CHECK_TTS_DATA }
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2185)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2210)
at android.app.ActivityThread.access$600(ActivityThread.java:142)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1208)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4931)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:558)
at dalvik.system.NativeStart.main(Native Method)
Caused by: android.content.ActivityNotFoundException: No Activity found to 
handle Intent { act=android.speech.tts.engine.CHECK_TTS_DATA }
at 
android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1545)
at android.app.Instrumentation.execStartActivity(Instrumentation.java:1416)
at android.app.Activity.startActivityForResult(Activity.java:3351)
at android.app.Activity.startActivityForResult(Activity.java:3312)
at com.softenido.cafedroid.e.k.a(Unknown Source)
at com.softenido.audible.AudibleMain.onCreate(Unknown Source)
at android.app.Activity.performCreate(Activity.java:5008)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1079)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2139)
... 11 more

Original issue reported on code.google.com by flik...@gmail.com on 12 Dec 2012 at 2:02

GoogleCodeExporter commented 9 years ago
deofuscated:

java.lang.RuntimeException: Unable to start activity 
ComponentInfo{com.softenido.audible/com.softenido.audible.AudibleMain}: 
android.content.ActivityNotFoundException: No Activity found to handle Intent { 
act=android.speech.tts.engine.CHECK_TTS_DATA }
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2185)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2210)
at android.app.ActivityThread.access$600(ActivityThread.java:142)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1208)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4931)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:558)
at dalvik.system.NativeStart.main(Native Method)
Caused by: android.content.ActivityNotFoundException: No Activity found to 
handle Intent { act=android.speech.tts.engine.CHECK_TTS_DATA }
at 
android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1545)
at android.app.Instrumentation.execStartActivity(Instrumentation.java:1416)
at android.app.Activity.startActivityForResult(Activity.java:3351)
at android.app.Activity.startActivityForResult(Activity.java:3312)
at com.softenido.cafedroid.speech.SpeechSpeaker.boolean start()(Unknown Source)
                                                void onActivityResult(int,int,android.content.Intent)
                                                int setLanguage(java.util.Locale)
                                                boolean waitForStarted(int)
                                                java.util.Locale[] getAvailableLocales(java.util.Locale[])
                                                java.lang.String speak(java.lang.String,boolean,boolean)
                                                java.lang.String speak(java.lang.String,boolean,boolean,java.lang.String)
                                                void registerOnSpeakingListener(com.softenido.cafedroid.speech.SpeechSpeaker$OnSpeakingListener)
                                                void setVolume(int,int)
at com.softenido.audible.AudibleMain.void onCreate(android.os.Bundle)(Unknown 
Source)
at android.app.Activity.performCreate(Activity.java:5008)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1079)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2139)
... 11 more

Original comment by flik...@gmail.com on 12 Dec 2012 at 2:09

GoogleCodeExporter commented 9 years ago

Original comment by flik...@gmail.com on 12 Dec 2012 at 2:10