You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS version: Getting errors for Android 11 and Android 8.1
Device manufacturer / model: Nexus 5X
Flutter info (flutter doctor):
[✓] Flutter (Channel stable, 3.24.3, on macOS 15.0.1 24A348 darwin-x64, locale en-GB)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 16.0)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2024.2)
[✓] Connected device (3 available)
[✓] Network resources
I am getting reports of te following error in Firebase on the release version of my app:
Fatal Exception: java.lang.UnsatisfiedLinkError: dlopen failed: library "libtslocationmanager.so" not found
at java.lang.Runtime.loadLibrary0(Runtime.java:1087)
at java.lang.Runtime.loadLibrary0(Runtime.java:1008)
at java.lang.System.loadLibrary(System.java:1664)
at com.transistorsoft.locationmanager.settings.Settings.<clinit>(Settings.java:2)
at com.transistorsoft.locationmanager.settings.Settings.load(Settings.java)
at com.transistorsoft.locationmanager.adapter.TSConfig.<init>(TSConfig.java:65)
at com.transistorsoft.locationmanager.adapter.TSConfig.a(TSConfig.java:2)
at com.transistorsoft.locationmanager.adapter.TSConfig.getInstance(TSConfig.java:14)
at com.transistorsoft.locationmanager.BootReceiver.b(BootReceiver.java:4)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:923)
This is what my config looks like in my build.gradle file:
From my experience, Nexus 5X is a virtual device that Play Store uses to run your app for testing, so this might require x86 in your releaseabiFilters.
Your Environment
flutter doctor
):I am getting reports of te following error in Firebase on the release version of my app:
This is what my config looks like in my build.gradle file:
Could it be to do with the slightly different abiFilters (in the default config vs BuildTypes ->release)?
The text was updated successfully, but these errors were encountered: