Skip to content

Instantly share code, notes, and snippets.

@mfdeveloper
Created October 26, 2020 09:07
Show Gist options
  • Select an option

  • Save mfdeveloper/71932cd31b2c01720cb456748c0461d5 to your computer and use it in GitHub Desktop.

Select an option

Save mfdeveloper/71932cd31b2c01720cb456748c0461d5 to your computer and use it in GitHub Desktop.

Revisions

  1. mfdeveloper created this gist Oct 26, 2020.
    11 changes: 11 additions & 0 deletions profile
    Original 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