Wish to develop applications your own? You might have heard about Android Studio. Android Studio is one of the most famous and the best IDE for android application development.
So how to install Android Studio on your computer. Well its really easy to set up Android Studio in Windows. You just have to run the .exe file that’s all. Coming to Linux it requires a little work up with Terminal.
There are some basic requirements that you must do before setting up Android Studio and this is applicable for both Windows and Linux. So let’s do it first.
Basic Requirements :
Set up JDK in Windows :
- Download latest version of JDK for Windows: https://www.oracle.com/technetwork/java/javase/downloads/index.html
- You should download .exe file.
- Double-click the .exe file and Accept their licence.
- Choose the correct file where you want to place the JDK and install it.
- Done JDK has successfully installed.
Installation of JDK on Linux has more steps so I will write it as a new post soon, so for now, search it on google and I am sure you will find it.
So now your computer is ready for setting up Android Studio.
Set up Android Studio :
Set up Android Studio on Windows :
- Download Android Studio for windows: https://developer.android.com/studio/index.html Scroll down the page and you will find the download option.
- Download the .exe file and run the file.
- Accept the licence and select the place where you want to place Android Studio files and install it.
- Done Android Studio has successfully installed.
Set up Android Studio on Linux ( Ubuntu ):
- Download Android Studio for Linux: https://developer.android.com/studio/index.html Scroll down the page and you will find the download option.
- By default, the file will be placed on Downloads file.
- Extract the file there itself.
- Now, let’s start with terminal and navigate to Downloads and install Android Studio.
- Type and
cd Downloads
press enter.
- Type and
ls
press enter.
- Type and
cd android-studio
press enter.
- Type and
ls
press enter.
- Type and
cd bin
press enter.
- Type and
ls
press enter.
- Type and
sudo chmod 777 -R ./studio.sh
press enter.
- Type and
./studio.sh
press enter.
- Finish up the setup.
- Now the android studio is ready to use on your Linux computer.
That’s all for setting up Android Studio on your Linux and Windows computer.
Its really informative article. Kep it up bro
Thanks for all your supports