I am using Text Recognition API of Google.
Even with proper import of its dependencies and internet connection. It shows that error.
The Results of my debugging:
- It works on Android 4.4 Kitkat API 19 + but not lower than it
If I try to run it in Android 4.1 to 4.3 / API 16 to 18, it shows me this Logcat error
However when I run it on Android 4.4+ it crashes like when running on Android 4.3 and below, but when I connect it to the internet, it downloads the required dependency and thereby runs properly. The same is opposite when trying to run the same app on Android 4.3 and below, it seems to be not downloading the required dependency and thereby crashes. Pls. help. thx