henryadamsjr / media-button-router

Automatically exported from code.google.com/p/media-button-router
Apache License 2.0
0 stars 0 forks source link

Android Text to speech check is failing? #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Why can't android find an activity to handle this? this is the way that the doc 
says to check for tts installed. it shouldn't fail.

java.lang.RuntimeException: Unable to start activity 
ComponentInfo{com.harleensahni.android.mbr/com.harleensahni.android.mbr.MediaBut
tonConfigure}: android.content.ActivityNotFoundException: No Activity found to 
handle Intent { act=android.speech.tts.engine.CHECK_TTS_DATA }
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2757)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2775)
at android.app.ActivityThread.access$2500(ActivityThread.java:130)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2121)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:143)
at android.app.ActivityThread.main(ActivityThread.java:4773)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:858)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
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:1408)
at android.app.Instrumentation.execStartActivity(Instrumentation.java:1378)
at android.app.Activity.startActivityForResult(Activity.java:2853)
at 
com.harleensahni.android.mbr.MediaButtonConfigure.onCreate(MediaButtonConfigure.
java:47)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2721)
... 11 more

Original issue reported on code.google.com by harleens...@gmail.com on 3 Jul 2011 at 4:04

GoogleCodeExporter commented 9 years ago

Original comment by harleens...@gmail.com on 27 Jan 2014 at 7:02