Hi,

On 27 Aug., 17:50, "{ Devdroid }" <webnet.andr...@gmail.com> wrote:
> > W/RecognitionManagerService(   72): no available voice recognition
> > services found
>
> What about this?

Well, I don't do any Voice Recognition.
Without posting the code here, I just use an Activity, a GLSurfaceView
(with Renderer) and lots ;-) of jni drawing stuff. The jni-lib just
uses the stuff provided by the ndk.
And the AndroidManifest.xml is very basic:

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android";
      package="de.studiorutton.visualsmove"
      android:versionCode="1"
      android:versionName="1.0">
    <application android:icon="@drawable/icon" android:label="@string/
app_name" android:debuggable="true"></application>

<uses-sdk android:targetSdkVersion="8" android:minSdkVersion="8"></
uses-sdk>
</manifest>

So, the question is, where is this RecognitionManagerService related
to?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to