mahmoudikia Posted November 27 Posted November 27 Hi I build apk of BarcodeScanner FGX Native Sample Application, everything is ok in Xiaomi Mi5 with android 8.0 but in Redmi Note 13 Pro 5G with android 14 scannig barcode fails and in FGX Native Log Viewer i see this errors in android 14. DynamiteModule, "Local module descriptor class for com.google.mlkit.dynamite.barcode not found." System.err, "java.util.concurrent.ExecutionException: com.google.mlkit.common.MlKitException: Waiting for the barcode module to be downloaded. Please wait." please help. thanks Quote
Administrators Yaroslav Brovin Posted November 27 Administrators Posted November 27 Hello, The barcode detection is a part of Android System. When your application or another try to request barcode detection, It downloads required module to Android system by the Internet. As soon as module is downloaded, any application can use it. So in your case just let the application downloads this module. Thank you Quote
mahmoudikia Posted November 27 Author Posted November 27 (edited) thanks for your reply but this is not good that my app could not works without existence of a internet connection. i prefer to embed all require libs into my apk. what is the solution for embeding required libs? Google Play Services not installed natively in some mobile phones. thanks Edited November 27 by mahmoudikia Quote
Administrators Yaroslav Brovin Posted November 30 Administrators Posted November 30 We are using Google Vision. It downloads library as I mentioned automatically. On 11/28/2024 at 2:07 AM, mahmoudikia said: what is the solution for embeding required libs? Use other solution. We don't provide it for Android. 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.