¡@

Home 

2014/10/16 ¤W¤È 08:09:57

android Programming Glossary: android_adb_server_port

Changing default port (i.e. 5037) on which adb server runs

http://stackoverflow.com/questions/3836571/changing-default-port-i-e-5037-on-which-adb-server-runs

android app development. android default port adb share improve this question Use the environment variable ANDROID_ADB_SERVER_PORT to select the port. The following works under bash export ANDROID_ADB_SERVER_PORT 12345 adb start server daemon not running... Use the environment variable ANDROID_ADB_SERVER_PORT to select the port. The following works under bash export ANDROID_ADB_SERVER_PORT 12345 adb start server daemon not running. starting it now on port 12345 daemon started successfully adb devices List of.. starting it now on port 12345 daemon started successfully adb devices List of devices attached TA2070M5O6 device ANDROID_ADB_SERVER_PORT 6789 adb devices daemon not running. starting it now on port 6789 daemon started successfully List of devices attached In..