Google ML Kit: Waiting for the text recognition model to be downloaded
问题 [mlkit] I am implementing the "On-device text recognition" from the Google Machine Learning Kit for android. I followed this guide but every time try to detect text I get the exception "Waiting for the text recognition model to be downloaded. Please wait." Obviously, waiting doesn't help, neither does making a new detection 10 seconds later. I have the meta tag <meta-data android:name="com.google.firebase.ml.vision.DEPENDENCIES" android:value="text" /> in my manifest's app tag, which is