GMS background crash - android

My app has recently started getting this error and giving an ANR whenever the user selects to open a maps app through my app. When you try to back out of the maps and return to my app, it's stuck on a black screen till it prompts the user to decide to kill it or wait. These are the only errors I can find in the log:
06-06 15:12:37.878 3283-3303/com.myapp E/DynamiteModule: Failed to load module descriptor class: Didn't find class "com.google.android.gms.dynamite.descriptors.com.google.firebase.auth.ModuleDescriptor" on path: DexPathList[[zip file "/data/app/com.myapp-1/base.apk"],nativeLibraryDirectories=[/vendor/lib64, /system/lib64]]
06-06 15:12:41.790 3365-3365/com.myapp:background_crash E/DynamiteModule: Failed to load module descriptor class: Didn't find class "com.google.android.gms.dynamite.descriptors.com.google.android.gms.crash.ModuleDescriptor" on path: DexPathList[[zip file "/data/app/com.myapp-1/base.apk"],nativeLibraryDirectories=[/vendor/lib64, /system/lib64]]
This happens on Lollipop AND Marshmallow, and I have confirmed that the devices are up-to-date with Google Play Services.

Related

Android flutter app not opening in internal testing

I submitted an app to google play and its status is at Draft (Internal Testing)
I can download the app, but can't open it.
In the google play console, I get:
java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.mateusnevoli.mutiraoapp/com.mateusnevoli.mutiraoapp.MainActivity}: java.lang.ClassNotFoundException: Didn't find class "com.mateusnevoli.mutiraoapp.MainActivity" on path: DexPathList[[zip file "/data/app/com.mateusnevoli.mutiraoapp-d_QXHX_h1GnTWZ0nKg4m5g==/base.apk", zip file "/data/app/com.mateusnevoli.mutiraoapp-d_QXHX_h1GnTWZ0nKg4m5g==/split_config.armeabi_v7a.apk", zip file "/data/app/com.mateusnevoli.mutiraoapp-d_QXHX_h1GnTWZ0nKg4m5g==/split_config.en.apk", zip file "/data/app/com.mateusnevoli.mutiraoapp-d_QXHX_h1GnTWZ0nKg4m5g==/split_config.hdpi.apk"],nativeLibraryDirectories=[/data/app/com.mateusnevoli.mutiraoapp-d_QXHX_h1GnTWZ0nKg4m5g==/lib/arm, /data/app/com.mateusnevoli.mutiraoapp-d_QXHX_h1GnTWZ0nKg4m5g==/base.apk!/lib/armeabi-v7a, /data/app/com.mateusnevoli.mutiraoapp-d_QXHX_h1GnTWZ0nKg4m5g==/split_config.armeabi_v7a.apk!/lib/armeabi-v7a, /data/app/com.mateusnevoli.mutiraoapp-d_QXHX_h1GnTWZ0nKg4m5g==/split_config.en.apk!/lib/armeabi-v7a, /data/app/com.mateusnevoli.mutiraoapp-d_QXHX_h1GnTWZ0nKg4m5g==/split_config.hdpi.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]
I have no idea what to do. I followed the same steps as a previous app that worked fine.

flutter downloader app crashes after after download from play store

Everything was fine before uploading the app on the App Store after upload when I download the app, the app gets a hard crashed and when I run the app I get this error in console
E/AndroidRuntime(12836): FATAL EXCEPTION: main
E/AndroidRuntime(12836): Process: com.app.bimaristaan, PID: 12836
E/AndroidRuntime(12836): java.lang.RuntimeException: Unable to get provider vn.hunghd.flutterdownloader.DownloadedFileProvlider: java.lang.ClassNotFoundException: Didn't find class "vn.hunghd.flutterdownloader.DownloadedFileProvlider" on path: DexPathList[[zip file "/data/app/~~SDFRjygIpeILGeeDdVLNTQ==/com.app.bimaristaan-65VGI5t_IkG0iNj3hMe_gg==/base.apk"],nativeLibraryDirectories=[/data/app/~~SDFRjygIpeILGeeDdVLNTQ==/com.app.bimaristaan-65VGI5t_IkG0iNj3hMe_gg==/lib/x86_64, /data/app/~~SDFRjygIpeILGeeDdVLNTQ==/com.app.bimaristaan-65VGI5t_IkG0iNj3hMe_gg==/base.apk!/lib/x86_64, /system/lib64, /system_ext/lib64]]
You made a mistake:
This:
"vn.hunghd.flutterdownloader.DownloadedFileProvlider"
Should be:
"vn.hunghd.flutterdownloader.DownloadedFileProvider"
You wrote Provlider it should be Provider

AppCompatDelegate: Failed with appcompat-v7:28.0.0

I did a build on an android with Android Studio, everything was fine, but at some point everything broke down - and an error began to take off on absolutely all devices - I try 3 devices. Application crash on start! I did not change the build.grandle and also did not touch the code associated with it.
Perhaps this is due to the update of some libraries on the server or something?
AppCompatDelegate: Failed to instantiate custom view inflater android.support.v7.app.AppCompatViewInflater. Falling back to default.
java.lang.ClassNotFoundException: android.support.v7.app.AppCompatViewInflater
Invalidate caches and restart in Android Studio
Clean and rebuild project
Remove .grandle path and app/build path and restart android studio
AppCompatDelegate: Failed to instantiate custom view inflater android.support.v7.app.AppCompatViewInflater. Falling back to default.
java.lang.ClassNotFoundException: android.support.v7.app.AppCompatViewInflater
Caused by: java.lang.ClassNotFoundException: Didn't find class "android.support.v7.app.AppCompatViewInflater" on path: DexPathList[[zip file "/system/framework/com.android.media.remotedisplay.jar", zip file "/system/framework/com.android.location.provider.jar", zip file "/data/app/com.google.android.gms- gDUN2dwT1uff5iEdzncEiQ==/base.apk"],nativeLibraryDirectories= [/data/app/com.google.android.gms-gDUN2dwT1uff5iEdzncEiQ==/lib/arm64, /data/app/com.google.android.gms- gDUN2dwT1uff5iEdzncEiQ==/base.apk!/lib/arm64-v8a, /system/lib64, /system/vendor/lib64]]
:Full logcat error
I want do working build without crash

CoreComponentFactoryDidn't find class "android.support.v4.app.CoreComponentFactory"

I got sudden crash in my google pixel 2 having android 9 version.
Is there any hint what is the reason behind that and it is not reproducible every time.
detail logs...
Didn't find class "android.support.v4.app.CoreComponentFactory" on
path: DexPathList[[zip file
"/data/app/com.google.android.deskclock-o_Iury9TRKVebStZjRrd0g==/base.apk"],nativeLibraryDirectories=[/data/app/com.google.android.deskclock-o_Iury9TRKVebStZjRrd0g==/lib/arm64,
/system/lib64]]
Just clean the build and run it will go away

RuntimeException: unable to instantiate application - Class not found?

I've been developing an app for some time now and have been deploying it straight to my device for testing. However, as the development is coming to a close, I've made the first version available on the google play store.
However, after downloading the app from the play store, it crashes immediately on startup. Fortunately android allows the end user to examine the stack trace, which appears as:
java.lang.RuntimeException: Unable to instantiate application com.jysoftware.jyapp.CustomApp:
java.lang.ClassNotFoundException: Didn't find class "com.jysoftware.jyapp.CustomApp"
on path: DexPathList[[zip file "/data/app/com.jysoftware.jyapp-1.apk"],nativeLibraryDirectories=[/data/app-lib/com.jysoftware.jyapp-1, /vendor/lib, /system/lib]] .......
The ClassNotFound is the same class as referenced in my manifest as:
<application
android:name="com.jysoftware.jyapp.CustomApp"
....
</application>
Any ideas what could be causing this, or where I should start to look? I'm at a loss as to why this should work when it is directly deployed from eclipse but does not work when downloaded from the play store.

Categories

Resources