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 set up Android Studio in your computer . Well its really easy to set up Android Studio in Windows . You just have to run the .exe file thats 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 lets 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 license .
- Choose the correct file where you want to place the JDK and install it .
- Done JDK have successfully installed .
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 license and select the place where you want to place Android Studio files and install it .
- Done Android Studio has successfully installed .
- 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 lets start with terminal and navigate to Downloads and install Android Studio .
- Type
cd Downloads
and press enter . - Type
ls
and press enter . - Type
cd android-studio
and press enter . - Type
ls
and press enter . - Type
cd bin
and press enter. - Type
ls
and press enter . - Type
sudo chmod 777 -R ./studio.sh
and press enter . - Type
./studio.sh
and press enter . - Finish up the setup .
- Now android studio is ready to use in your Linux computer .
Ok i have finished setting up of Android Studio , Now what ?
Post A Comment:
0 comments: