Popup Message |
AndroidManifest.xml configuration [android:extractNativeLibs="false"] is not compatible with AppSealing. Please check your Gradle build configuration and change option to [android:extractNativeLibs="true"]. |
Solution |
1. Change your target AppSealing version to 2.21.0.0 or higher Check your Gradle build configuration of apk change extractNativeLibs option from "false" to "true". |
Description |
That message is shown when AppSealing API found your apk`s install option 'exxtractNativeLibs' value is false in the AndoridManifest.xml file. This mainly happens because Android Studio`s Gradle plugin version 3.6.0 has updated its default value from true to false. AppSealing versions under 2.19.x are not compatible with the option extractNativeLibs=false. This issue is resolved from 2.21.0.0 version. |