Skip to content

Instantly share code, notes, and snippets.

@tnj
Created July 1, 2014 16:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tnj/9031360de284e425f21b to your computer and use it in GitHub Desktop.
Save tnj/9031360de284e425f21b to your computer and use it in GitHub Desktop.
15分ではじめるAndroid Wear開発 - 実機を使った開発環境の作り方 ref: http://qiita.com/tnj/items/83c41872125f01588068
ADB Bluetooth
[ PC ] ------------- [ Handheld Device ] ------------- [ Wear Device ]
dependencies {
wearApp project(':Wearable')
}
$ 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