Created
March 1, 2024 15:06
-
-
Save BrunoMoreno/a5d1e1ab862ea5ef921dd5ba894b91e9 to your computer and use it in GitHub Desktop.
Android Home snnipet linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export ANDROID_HOME=${HOME}/Android/Sdk | |
export PATH=${ANDROID_HOME}/tools:${PATH} | |
export PATH=${ANDROID_HOME}/emulator:${PATH} | |
export PATH=${ANDROID_HOME}/platform-tools:${PATH} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment