Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android] java.lang.RuntimeException: Unable to start activity ComponentInfo #170

Closed
daniloapr opened this issue Apr 27, 2023 · 1 comment

Comments

@daniloapr
Copy link

Hi! After I implemented the app_settings plugin and published my app, I started getting this error report from Google Play

Hello,
A pre-launch report for [PROJECT] APK version 44 is now available on the Google Play Console. Pre-launch reports summarize issues found when testing your app on a wide range of devices.

Crashes
Devices without issues: 6
Devices with issues: 1

Device(s) with issues
Google Pixel 2 (Pixel2Emulator) - Android 9

Exceptions

java.lang.RuntimeException: Unable to start activity ComponentInfo{com.PROJECT/com.example.PROJECT.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-bl50-sxkg5penY4Gbz3uLg==/base.apk", zip file "/data/app/com.PROJECT-h7F-jm59yp2AMJr58y3tDg==/base.apk", zip file "/data/app/com.PROJECT-h7F-jm59yp2AMJr58y3tDg==/split_config.en.apk", zip file "/data/app/com.PROJECT-h7F-jm59yp2AMJr58y3tDg==/split_config.x86.apk", zip file "/data/app/com.PROJECT-h7F-jm59yp2AMJr58y3tDg==/split_config.xxhdpi.apk"],nativeLibraryDirectories=[/data/app/androidx.test.tools.crawler-bl50-sxkg5penY4Gbz3uLg==/lib/x86, /data/app/com.PROJECT-h7F-jm59yp2AMJr58y3tDg==/lib/x86, /data/app/androidx.test.tools.crawler-bl50-sxkg5penY4Gbz3uLg==/base.apk!/lib/x86, /data/app/com.PROJECT-h7F-jm59yp2AMJr58y3tDg==/base.apk!/lib/x86, /data/app/com.PROJECT-h7F-jm59yp2AMJr58y3tDg==/split_config.en.apk!/lib/x86, /data/app/com.PROJECT-h7F-jm59yp2AMJr58y3tDg==/split_config.x86.apk!/lib/x86, /data/app/com.PROJECT-h7F-jm59yp2AMJr58y3tDg==/split_config.xxhdpi.apk!/lib/x86, /system/lib]]] couldn't find "libflutter.so"

And thanks for the plugin!

@navaronbracke
Copy link
Contributor

That is an Emulator? Also 32 bit x86 is not supported by Flutter https://docs.flutter.dev/deployment/android#what-are-the-supported-target-architectures

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants