-
-
Save tnj/9031360de284e425f21b to your computer and use it in GitHub Desktop.
15分ではじめるAndroid Wear開発 - 実機を使った開発環境の作り方 ref: http://qiita.com/tnj/items/83c41872125f01588068
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 Bluetooth | |
[ PC ] ------------- [ Handheld Device ] ------------- [ Wear Device ] |
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
dependencies { | |
wearApp project(':Wearable') | |
} |
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
$ cd /Applications/Android\ Studio.app/sdk/platform-tools/ | |
$ ./adb forward tcp:4444 localabstract:/adb-hub | |
$ ./adb connect localhost:4444 | |
connected to localhost:4444 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment