查看安卓app的arm版本

获取系统版本:
adb shell getprop ro.build.version.release

获取系统api版本:
adb shell getprop ro.build.version.sdk
adb shell getprop ro.product.cpu.abi

查看cpu信息

adb shell
cat /proc/cpuinfo

你可能感兴趣的:(查看安卓app的arm版本)