LoginSignup
17
9

More than 5 years have passed since last update.

【備忘録】ANDROID_HOMEのPATHを設定

Last updated at Posted at 2017-08-26

環境

MacOS 10.12.6

ANDROID_HOMEに指定するパス

$ /Users/<user_name>/Library/Android/sdk

PATHの設定

$ echo 'export ANDROID_HOME=<path>' >> ~/.bash_profile
$ echo 'export PATH=$ANDROID_HOME/bin:$PATH' >> ~/.bash_profile

.bash_profileの更新

$ source ~/.bash_profile

パスが反映されてることを確認

$ echo $ANDROID_HOME
$ echo $PATH
17
9
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
17
9