Last active
April 1, 2020 02:12
-
-
Save cassiolpaixao90/a88821ac422a711b6ed6f65d73e8ce00 to your computer and use it in GitHub Desktop.
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 characters
| 1. STEP | |
| 1.1 https://developer.android.com/studio/install | |
| 1.2 | |
| 2. STEP | |
| 2.1 sudo apt install openjdk-8-jdk | |
| 2.2 java -version | |
| 2.3 sudo update-alternatives --config java | |
| 2.4 sudo nano /etc/environment | |
| 2.5 JAVA_HOME="/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/" | |
| 2.6 source /etc/environment | |
| 2.7 echo $JAVA_HOME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment