下面是关闭系统JIT的方法: 在AndroidManifest.xml中把<application>的android:vmSafeMode属性设置true就可以对APK禁用JIT。 示例: <?xml version="1.0" ...
確定! 回上一頁