Android Studio Ubuntu 18.04 - Installing Requirements
-
4. Installing Dependencies
This for 64-bit Systems only, Install Required Packages.
sudo apt-get install lib32z1 lib32ncurses* lib32stdc++6
-
5. Installing Oracle JDK
How to Install Required Oracle Java JDK on Ubuntu
To check your current JDK version:
javac --version && java -XshowSettings:properties -version 2>&1 | grep 'java.vendor'
If it’s the official Oracle JDK, the output will include:
java.vendor = Oracle Corporation
.
Contents