Created
July 15, 2015 09:35
-
-
Save mapic91/b1b6775aa9fd8de9b287 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adb kill-server | |
adb connect 127.0.0.1:53001 |
@ohfang that is a proprietary IP. It's the IP of the emulator, so it varies by the system.
It also requires using cordova, which is a third-party tool and not part of ADB
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
use
adb connect 192.168.56.101
on MACand
cordova emulate android --target=192.168.56.101:5555
to specify emulator target