November 27, 20241 yr 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
November 27, 20241 yr Administrators 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
November 27, 20241 yr Author 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, 20241 yr by mahmoudikia
November 30, 20241 yr Administrators 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.
Create an account or sign in to comment