hi,
i use this Modul (ZipManager, with Inline Java) to Zip the Files before upload to Google Drive:
https://www.b4x.com/android/forum/threads/zip-multiple-files-with-abzipunzip.96968/#post-611629
now a user and Firebase Report a Crash. The Main reason/error is:
Caused by java.lang.ClassNotFoundException
Didn't find class "de.xxxsoft.xxx.gdrive_service$ResumableSub_upload_Backup" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/data/app/de.xxxsoft.xxx-em5hdsfUiOPOzd0LR2oyww==/base.apk"],nativeLibraryDirectories=[/data/app/de.xxxsoft.xxx-em5hdsfUiOPOzd0LR2oyww==/lib/arm64, /system/lib64, /vendor/lib64]]
dalvik.system.BaseDexClassLoader.findClass (BaseDexClassLoader.java:134)
(if you Need more Error Message vom CrashAnalyics, or Code, let me know)
Device is a Samsung with Android 9 (on my Device with Android 9, and lower, all fine)
what is the reason and what can i do to fix it?
i use this Modul (ZipManager, with Inline Java) to Zip the Files before upload to Google Drive:
https://www.b4x.com/android/forum/threads/zip-multiple-files-with-abzipunzip.96968/#post-611629
now a user and Firebase Report a Crash. The Main reason/error is:
Caused by java.lang.ClassNotFoundException
Didn't find class "de.xxxsoft.xxx.gdrive_service$ResumableSub_upload_Backup" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/data/app/de.xxxsoft.xxx-em5hdsfUiOPOzd0LR2oyww==/base.apk"],nativeLibraryDirectories=[/data/app/de.xxxsoft.xxx-em5hdsfUiOPOzd0LR2oyww==/lib/arm64, /system/lib64, /vendor/lib64]]
dalvik.system.BaseDexClassLoader.findClass (BaseDexClassLoader.java:134)
(if you Need more Error Message vom CrashAnalyics, or Code, let me know)
Device is a Samsung with Android 9 (on my Device with Android 9, and lower, all fine)
what is the reason and what can i do to fix it?