Skip to content

Instantly share code, notes, and snippets.

@tugceaktepe
Created June 18, 2023 14:01
Show Gist options
  • Save tugceaktepe/87df7df45756b7dd89975f5c6de8167b to your computer and use it in GitHub Desktop.
Save tugceaktepe/87df7df45756b7dd89975f5c6de8167b to your computer and use it in GitHub Desktop.
bashrc file for Android
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