Created
May 4, 2025 23:05
-
-
Save 0guzhan/d847cc08b291df33e02eb0bd775748db to your computer and use it in GitHub Desktop.
android env vars
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 ANDROID_SDK_ROOT="$ANDROID_HOME" | |
export ANDROID_AVD_HOME="$HOME/.android/avd" | |
export ANDROID_EMULATOR_HOME="$HOME/.android" | |
export PATH="$PATH:$ANDROID_HOME/emulator" | |
export PATH="$PATH:$ANDROID_HOME/tools" | |
#export PATH="$PATH:$ANDROID_HOME/tools/bin" | |
export PATH="$PATH:$ANDROID_HOME/platform-tools" | |
export PATH="$PATH:$ANDROID_HOME/build-tools/36.0.0" # check build tools | |
export PATH="$PATH:$ANDROID_HOME/cmdline-tools/latest/bin" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment