2016年6月21日 星期二

[Android] How to install android studio

  1. Using chromium to go to Android Studio
    Download android-studio-ide-143.2915827-linux.zip

  2. Uncompress the tar file.
    unzip android-studio-ide-143.2915827-linux.zip

  3. I set JAVA HOME at /opt/jdk1.8.0_92
    export JDK_HOME=/opt/jdk1.8.0_92
    Execute studio.sh
    cd android-studio/bin
    ./studio.sh

Reference:

Q: Unsupported JVM: OpenJDK 6 is not supported. Please use Oracle Java or newer OpenJDK.

A: Please refer to reference to update the JDK.

Reference:

0 意見:

張貼留言