Created
October 26, 2020 09:07
-
-
Save mfdeveloper/71932cd31b2c01720cb456748c0461d5 to your computer and use it in GitHub Desktop.
Revisions
-
mfdeveloper created this gist
Oct 26, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ # Android export ANDROID_SDK_ROOT=$HOME/Android/Sdk export JAVA_HOME=$HOME/android-studio/jre export PATH=$PATH:$ANDROID_SDK_ROOT/emulator export PATH=$PATH:$ANDROID_SDK_ROOT/cmdline-tools/latest/bin export PATH=$PATH:$JAVA_HOME/bin # Install Gradle cli with sdkman # PS: On Android Studio 4.1+, the gradle CLI is not found in the studio folder :( # See https://sdkman.io/install skd install gradle 6.1