-
Notifications
You must be signed in to change notification settings - Fork 502
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
App crashing on API 30 #441
Comments
Try to update buildTypes in buildTypes {
release {
// other configs
ndk {
abiFilters 'armeabi-v7a','arm64-v8a','x86_64'
}
}
} |
It didn't help me. I'm still getting the error. |
@andrea689 I am using android app bundles in the playstore. Do I still need to add the abiFilters or not? |
Yes I saw that. I was not sure if it was needed for app bundles as well. I thought it was only for apk builds. Thanks |
i have same problem with flutter 2.0 , android 11 . |
any update here ? |
some problem |
It is still a problem. Flutter 2.10.1 |
I'm getting this problem again with the newest version of flutter, anyone else?
|
I can compile and run the app, however, when the app tries to load the Map, it crashes with this long error log.
I know this was working a month or two ago and I haven't changed anything since except for updating Flutter and the plugin.
The text was updated successfully, but these errors were encountered: