获取android设备模拟器名称

adb devices
 

(base) PS E:\Androidstudioproject\tvandphone> adb -s emulator-5554 shell getprop ro.product.model
sdk_gphone64_x86_64
(base) PS E:\Androidstudioproject\tvandphone> adb -s emulator-5556 shell getprop ro.product.model
AOSP TV on x86
 

你可能感兴趣的:(获取android设备模拟器名称)