Android Studio – google.mlkit code never executes .addOnSuccessListener() and .addOnFailureListener()
I followed the istructions of the tutorial at com.google.codelab.mlkit. Instead of using intent.data I am using FileProvider to get and analyze the full picture. I replaced the virtural image in the emulation based on the recommendation in Android emulator camera…