Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. Step-1
  2. Start up Terminal and go to your home folder.
  3. cd ~/
  4. Step-2
  5. Open and edit .bash_profile file
  6. open -e .bash_profile
  7. If you don’t have .bash_profile file in your computer path, then create one
  8. touch .bash_profile
  9. Step-3
  10. Save the below line
  11. export ANDROID_HOME={YourPath}
  12. export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
  13. Step-4
  14. Refresh the file using below command
  15. source .bash_profile
  16. Check Configured.
  17. echo ANDROID_HOME
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement