Skip to content

Instantly share code, notes, and snippets.

@hujuu
Last active September 2, 2018 10:42
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 hujuu/8161f98ca48f0d1d2bebafa8f9167363 to your computer and use it in GitHub Desktop.
Save hujuu/8161f98ca48f0d1d2bebafa8f9167363 to your computer and use it in GitHub Desktop.
MacにAndroid Studioを入れて、adbを使える状態にする ref: https://qiita.com/hujuu/items/509fb234d29de10d6f1b
$ adb devices
$ export PATH=$PATH:/Users/<自分のユーザー名のフォルダ>/Library/Android/sdk/platform-tools
$ adb kill-server
$ adb start-server
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment