Voice: Service not registered

Created on 16 Feb 2018  路  2Comments  路  Source: react-native-voice/voice

it works on ios, but doesn't work on android.
I got error like this: service not registered. android.speech.ServiceRecognizer ........

when I check the recognition service is available, I got false.

Voice.isAvailable().then(res => console.error(res)) // return false

how can I solve this?

Please help me.

Most helpful comment

Try to install 'Google' app. Android ASR depends on the external app. Perhaps, I need to update our doc to install it beforehand.

All 2 comments

Try to install 'Google' app. Android ASR depends on the external app. Perhaps, I need to update our doc to install it beforehand.

@mateo-villa217 Did you solve your problem?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Fistynuts picture Fistynuts  路  7Comments

MrHazimAli picture MrHazimAli  路  7Comments

B4ckes picture B4ckes  路  5Comments

alvaro1728 picture alvaro1728  路  3Comments

AlkanV picture AlkanV  路  7Comments