Android Question Text Recognition-Maven artifact not found: com.google.firebase/firebase-encoders

GeoffT660

Active Member
Licensed User
Longtime User
I'm trying to run the Text Recognition example https://www.b4x.com/android/forum/threads/b4x-textrecognition-based-on-mlkit.161210/ but get a Maven artifact not found: com.google.firebase/firebase-encoders error while compiling. I followed the instructions to search and download MLKit in the SDK manager and can see that firebase-encoders is installed but the example is not working for me. What is required to fix this and try the OCR example?
SDKEncoders.JPG
 

DonManfred

Expert
Licensed User
Longtime User
The artifact missing is not the one in your Screenshot.

firefox_cD7ujEwH9y.png


BTW: It looks like you have an old SDK installed?
firebase-encoders-json is 18.0.1 on my SDK, 16.1.0 on your sdk.

I suggest to install a new SDK. Follow up the installationinstructions carefully. It should just work.
 
Last edited:
Upvote 0
Top