Ahmed M. ElShafei
Ahmed M. ElShafei
- Could not dispatch event: class com.google.android.gms.vision.barcode.Barcode to subscribing class class com.edwardvanraak.materialbarcodescanner.MaterialBarcodeScanner - java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState
Yea, I have the same problem.. I'm trying to fix it.
I think you can go through the source code in "loadBinary()" , "CpuArchHelper.getCpuArch()" , and find "ffmpegLoadLibraryAsyncTask".
I have solved it : you can call the "loadBinary" in the end of calling any thing in the activity, if you're trying calling your webservice call "loadBinary" in onSuccess...