This file contains 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 the path to enviroment | |
export ANDROID_HOME=/home/ec2-user/environment/android-sdk | |
export PATH=$PATH:$ANDROID_HOME/cmdline-tools/platform-tools | |
export PATH=$PATH:$ANDROID_HOME/cmdline-tools/tools/bin | |
export PATH=$PATH:$ANDROID_HOME/cmdline-tools |