We are in the process of upgrading our app for the Android 12/S Preview.
Any call made to the ArcGisRuntimeEnvironment crashes the app.
We were able to reproduce the error in the tutorial provided here.
How to reproduce:
1. Set compileSdkVersion and targetSdkVersion to Android 12:
android {
compileSdkVersion "android-S"
defaultConfig {
targetSdkVersion "S"
}
}2. Run the app
The error varies but the cause stays the same:
Caused by: java.lang.UnsatisfiedLinkError: dlopen failed: library "libc++_shared.so" not found
Anyone else encountered this ? How to proceed?
Edit 1, 11.05.21:
It seems this is an emulator only issue, we got it
working on pixel 3a with Android 12 Developer Preview 3.
Emulator still breaks with no avail.