Android Studio CentOS 6.x - Installing Requirements
-
4. Installing Dependencies
This for 64-bit Systems only, Install Required Packages.
sudo yum install zlib.i686 ncurses-libs.i686 bzip2-libs.i686
-
5. Installing Oracle JDK
How to Install Required Oracle Java JDK on CentOS
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