I have a problem using the Mobile Vision API. I installed my app and is working in almost all the devices. But when I try to install on some devices the text is not being recognized. I try to clean the data and cache from Google Play Services and from my App, trying to update GPS and reinstall my app and doesn't work.
compile 'com.google.android.gms:play-services-appindexing:9.8.0'
compile 'com.google.android.gms:play-services-vision:9.8.0+'
compile 'com.android.support:design:24.2.0'
compile 'com.android.support:support-v4:24.2.0'
I have this on my gradle.
When I install Google Translator and download the offline translation it works on this app and my app start to work.
Any hint? Thanks!