[Turn] Andrews emulator port list

Simulator name of the port number
-------------------------------------
Getaway                                  21503
night God simulator 62001 
hippocampus play simulator 26944 
YORK mumu simulator 7555 
every day simulator 6555
BlueStacks 5555
lightning Andrews simulator 5555
every day simulator 5037 Andrews
Andrews simulator masters 54001
Genymotion 5555
================= =====
connection command: adb.exe connect 127.0.0.1: 7555
=====================
other:

adb.exe devices (see device connection)
the kill-Server the adb
the adb-Server Start
the adb the remount 

netstat command can get the port number
netstat | findstr 127.0.0.1 (with the direct output requires a few lines)

common adb operation
1, how to file or folder on your computer spread inside the simulator?
the Push D adb: /1.avi / mnt / AVI /

2, how the simulator inside a file or folder on a computer spread?
D /mnt/avi/sex.avi pull the adb: / AVI /

. 3, mounted APK
the adb the install D: \\ qq.apk . 4, unloading APK the adb Uninstall package names such as unloading QQ: Uninstall com.tencent.mobileqq the adb . 5, the PM package command 1) obtaining simulator package names all the adb the shell packages PM List 2) Get all the emulator package names and APK path comprises the adb the shell PM List packages -f . 3) acquiring the path APK package names corresponding to the adb the shell the packageName PM path . 4) clean-up application data adb shell PM the Clear packageName 6, launch applications adb shell am start -n package name / Activity class name examples: start the application treasure:






















adb shell am start -n com.tencent.android.qqdownloader / com.tencent.assistant.activity.SplashActivity designated simulator starts moving applications treasure: adb shell -s 127.0.0.1:5555 AM Start -n com.tencent.android. qqdownloader / com.tencent.assistant.activity.SplashActivity . 7, close the application adb shell am force-stop package names 8, the analog input adb shell input text string (support Chinese) 9, the analog button adb shell input keyevent key 10, simulate mouse clicks adb shell the INPUT TAP the XY 11, simulated mouse slide adb shell swipe the INPUT X1 X2 Y1 Y2 12, screenshots adb shell screencap -p /sdcard/screencap.png




















Guess you like

Origin www.cnblogs.com/lanshengzhong/p/11022596.html