shawnbc

Results 1 issues of shawnbc

你好,在 Android 6.0 的机器上,加固JNA调用方式的代码会出现崩溃(加固下面这段代码) ``` public class MyApplication extends Application { @Override public void onCreate() { super.onCreate(); Log.e("MyApplication", "test."); String str = "jna test"; TestJna.INSTANCE.test_jna(str); Log.e("MyApplication", "test end."); } }...

bug