Closed TimmyRB closed 3 years ago
Try to update buildTypes in android\app\build.gradle
buildTypes {
release {
// other configs
ndk {
abiFilters 'armeabi-v7a','arm64-v8a','x86_64'
}
}
}
It didn't help me. I'm still getting the error. https://hastebin.com/ixasenedag.log
@andrea689 I am using android app bundles in the playstore. Do I still need to add the abiFilters or not?
@vanlooverenkoen yes, also add x86
: https://github.com/tobrun/flutter-mapbox-gl#avoid-android-unsatisfiedlinkerror
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 . it works on android 10 but i got same error message in 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?
W/Parcel (13205): Expecting binder but got null!
D/CompatibilityChangeReporter(13205): Compat change id reported: 78294732; UID 10173; state: DISABLED
D/CompatibilityChangeReporter(13205): Compat change id reported: 160794467; UID 10173; state: ENABLED
W/CrashReporter(13205): Root directory doesn't exist
D/EGL_emulation(13205): app_time_stats: avg=594.61ms min=1.48ms max=6795.89ms count=14
W/TelemetryUtils(13205): java.lang.SecurityException: getDataNetworkTypeForSubscriber
I/PlatformViewsController(13205): Hosting view in view hierarchy for platform view: 0
E/FrameEvents(13205): updateAcquireFence: Did not find frame.
W/Parcel (13205): Expecting binder but got null!
E/LocationCollectionCli(13205): java.lang.IncompatibleClassChangeError: Found interface com.google.android.gms.location.FusedLocationProviderClient, but class was expected (declaration of 'com.google.android.gms.location.FusedLocationProviderClient' appears in /data/app/~~ku-rVqhGMdrPd0K3hamOZA==/com.mapbox.mapboxglexample-iKYO3w-tauHrAixb0vsprw==/base.apk!classes2.dex)
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.