Open aencica opened 3 years ago
Hi,
Starting AGP 3.6.0 the native libraries are packaged uncompressed by default. This is causing crashes on release builds using AAB.
A workaround is to enable native libs extraction by adding ingradle.properties :
gradle.properties
android.bundle.enableUncompressedNativeLibs=false
Do you have any suggestions how to include support this scenario?
@aencica even if i use android.bundle.enableUncompressedNativeLibs=false, the sample app still crashes, were you able to run and detect frida ?
Hi,
Starting AGP 3.6.0 the native libraries are packaged uncompressed by default. This is causing crashes on release builds using AAB.
A workaround is to enable native libs extraction by adding in
gradle.properties
:Do you have any suggestions how to include support this scenario?