- Install the Open JDK8 on Ubuntu. Go to terminal,
type: sudo apt-get install openjdk-8-jdk. - Install the lib32stdc (you only need lib32tdc++6 for Ubuntu 15.10, without it, you will see android studio show an error unable to run mksdcard-sdk…) To install, in terminal type:
sudo apt-get install lib32stdc++6 - Go to browse and open link: http://developer.android.com/sdk/installing/index.html?pkg=studio
- Click on the link, download it now to start download the Android studio zip file.
- Extract the zip file to a path of your choice: such as /home/android-studio/
- CD to /android-studio/bin, run ./studio.sh to start the android studio.
warningComments are closed.