Created
June 18, 2023 14:01
-
-
Save tugceaktepe/87df7df45756b7dd89975f5c6de8167b to your computer and use it in GitHub Desktop.
bashrc file for Android
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_COMPILE_SDK=33 | |
export ANDROID_BUILD_TOOLS=33.0.0 | |
export ANDROID_SDK_TOOLS=6514223 | |
export EMULATOR_VERSION=31 | |
export ANDROID_HOME="${PWD}/android-home" | |
export ANDROID_SDK_ROOT=$ANDROID_HOME | |
export PATH=$PATH:$ANDROID_HOME/cmdline-tools/tools/bin/:$ANDROID_HOME/platform-tools:$ANDROID_HOME/emulator |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment