Hello,
We are facing an issues where Arcgis sdk is not working on Android 15 for Google Pixel 8 Pro. On new devices supporting 16 KB memory paging like Google Pixel 8 Pro with Android 15 we get a crash when Portal is refferenced like when connecting to arcgis server. The issue seems related to the transition from 4 KB to 16 KB memory paging and is happening because the native libs are not aligned for 16 KB. Currently we are using com.esri.arcgisruntime:arcgis-android:100.15.6
See below crash:
FATAL EXCEPTION: main (Ask Gemini) Process: com.tabletcommand.tcmobile.beta, PID: 13518 java.lang.UnsatisfiedLinkError: dlopen failed: empty/missing DT_HASH/DT_GNU_HASH in "/data/app/~~BGKFVLTn3IyCgZvXoZpY1A==/com.tabletcommand.tcmobile.beta-YBr09LDD3HxJOyL7TVWkGw==/lib/arm64/libruntimecore.so" (new hash type from the future?) at java.lang.Runtime.loadLibrary0(Runtime.java:1081) at java.lang.Runtime.loadLibrary0(Runtime.java:1003) at java.lang.System.loadLibrary(System.java:1765) at com.esri.arcgisruntime.ArcGISRuntimeEnvironment.f(SourceFile:1) at com.esri.arcgisruntime.ArcGISRuntimeEnvironment.initialize(SourceFile:2) at com.esri.arcgisruntime.internal.jni.CorePortal.<clinit>(SourceFile:1) at com.esri.arcgisruntime.portal.Portal.<init>(SourceFile:138) at com.esri.arcgisruntime.portal.Portal.<init>(SourceFile:3) at com.tabletcommand.tcframework.esri.EsriMapManager.loadPortalWithRetry(EsriMapManager.kt:133)
Thanks for the update!