【实用工具】adb检测android设备

1、adb检测android设备

adb shell getprop net.bt.name
adb shell getprop ro.build.version.sdk

https://editor.csdn.net/md?articleId=107809143

https://stackoverflow.com/questions/29968096/get-android-os-version-of-device-connected-via-adb/29968138

https://stackoverflow.com/questions/21099301/android-adb-commands-to-get-the-device-properties/31623988

你可能感兴趣的:(实用工具)