Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save d1soft/54d2fc9d1a77050bdbb0f37e57c9d72d to your computer and use it in GitHub Desktop.
Save d1soft/54d2fc9d1a77050bdbb0f37e57c9d72d to your computer and use it in GitHub Desktop.

Install Android SDK CLI (Work in Progress)

sudo apt install android-sdk

Installs to /usr/lib/android-sdk

Install Java 8

sudo apt install openjdk-8-jdk

Set default java and javac to v8

sudo update-alternatives --config java
sudo update-alternatives --config javac

Set JAVA_HOME. Add the following to ~/.bashrc

export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64

https://gist.github.com/fedme/fd42caec2e5a7e93e12943376373b7d0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment