全部博文(33)
发布时间:2014-02-11 15:51:32
apk在安装的过程中,armeabi和armeabi-v7a的选择,在Android 4.0.1 to 4.0.3的版本中,都存在问题.google bug: http://code.google.com/p/android/issues/detail?id=25321安装apk时,根据手机中 /system/build.prop文件中的ro.product.cpu.abi=armeabi-v7aro.product.cpu.abi2=armeabi这两个属性,从Java层传递到native.........【阅读全文】