Offline speech recognition in Android will fail immediately if the language input and voice input do not match
If your Android app uses speech recognition (i.e. enables the RecognizerIntent EXTRA_PREFER_OFFLINE), you may run into an issue where the offline recognition immediately fails even though you have the offline language files installed on your device.
Ensure that the language input in Keyboard & Language settings and in the Google Voice Input (whic… Read more