DetectFrida icon indicating copy to clipboard operation
DetectFrida copied to clipboard

Support flag android:extractNativeLibs="false"

Open aencica opened this issue 4 years ago • 1 comments

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 avatar Jul 29 '21 21:07 aencica

@aencica even if i use android.bundle.enableUncompressedNativeLibs=false, the sample app still crashes, were you able to run and detect frida ?

ankitk93 avatar Jul 05 '22 12:07 ankitk93