摘要:
1、如何查看安卓版本是user版本还是userdebug版本? adb shell getprop ro.build.type 2、查看系统是64位还是32位? adb shell getprop ro.product.cpu.abi 返回设备当前CPU的ABI版本号若结果包含"armv7-a"字样 阅读全文
posted @ 2024-01-24 10:06
Yuki-Lan
阅读(153)
评论(0)
推荐(0)