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.
Related
hi im trying to upload my app to the playstore and have no problems uploading it.
My unic problem is with the app name in all the instance off the project so when i uploaded my app. i recive this errors
`
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.sistemasadir.manufacturasadir/com.sistemasadir.manufacturasadir.MainActivity}: java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/system/framework/android.test.runner.jar", zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/system/framework/android.test.mock.jar", zip file "/data/app/androidx.test.tools.crawler-uUxiqPmONbssowJxE5md0Q==/base.apk", zip file "/data/app/com.sistemasadir.manufacturasadir-2Hnmo-MIgegbBa5SFRUVEg==/base.apk", zip file "/data/app/com.sistemasadir.manufacturasadir-2Hnmo-MIgegbBa5SFRUVEg==/split_config.en.apk", zip file "/data/app/com.sistemasadir.manufacturasadir-2Hnmo-MIgegbBa5SFRUVEg==/split_config.x86.apk", zip file "/data/app/com.sistemasadir.manufacturasadir-2Hnmo-MIgegbBa5SFRUVEg==/split_config.xxhdpi.apk"],nativeLibraryDirectories=[/data/app/androidx.test.tools.crawler-uUxiqPmONbssowJxE5md0Q==/lib/x86, /data/app/com.sistemasadir.manufacturasadir-2Hnmo-MIgegbBa5SFRUVEg==/lib/x86, /data/app/androidx.test.tools.crawler-uUxiqPmONbssowJxE5md0Q==/base.apk!/lib/x86, /data/app/com.sistemasadir.manufacturasadir-2Hnmo-MIgegbBa5SFRUVEg==/base.apk!/lib/x86, /data/app/com.sistemasadir.manufacturasadir-2Hnmo-MIgegbBa5SFRUVEg==/split_config.en.apk!/lib/x86, /data/app/com.sistemasadir.manufacturasadir-2Hnmo-MIgegbBa5SFRUVEg==/split_config.x86.apk!/lib/x86, /data/app/com.sistemasadir.manufacturasadir-2Hnmo-MIgegbBa5SFRUVEg==/split_config.xxhdpi.apk!/lib/x86, /system/lib]]] couldn't find "libflutter.so"
`
So all my app name distributed in all the android folder now have the name so i dont not why is throwing me this error
i tried changing all the manifest, the dependency of rename the bundle id and all to use the same name but its throwing me the same error.
So the app i downloaded in internal testing and works well but still having this error
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
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
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.
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.