LoginSignup
2
0

More than 5 years have passed since last update.

Mac OS上でadbにパスを通す

Posted at

.bash_profileにplatform-toolsのパスを記入

$vi ~/.bash_profile

export PATH=$PATH:/Users/xxxxx/Library/Android/sdk/platform-tools

.bash_profileを再度読み込む

下記のいずれかの方法で再読み込み可能

・ ターミナルの再起動
$source ~/.bash_profile

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0