android系列(二)查看android系统信息

1.查看CUP

adb shell cat /proc/cpuinfo

2.查看MAC地址()

adb shell  cat /sys/class/net/wlan0/address

3.查看android启动文件

adb shell cat /system/build.prop

4.获取android的版本

adb shell getprop ro.build.version.release

5.获取系统api版本

adb shell getprop ro.build.version.sdk

猜你喜欢

转载自km-moon11.iteye.com/blog/2310705