Installing
-
2. Setting Up Java
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
. -
3. Installing Android Studio IDE
Then to Install Android Studio IDE in Ubuntu
Simply run:sudo snap install android-studio --classic
Authenticate with your User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.How to Enable Snap on Ubuntu GNU/Linux 16.04
Contents