DetectFrida
DetectFrida copied to clipboard
Support flag android:extractNativeLibs="false"
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 :
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 ?