Our Android Application, 100K+ Downloads Download
Close ads ->
Close ads ->
-->

Random Posts

Follow US

Easy Ways To Set Up Android Studio On Linux And Windows

Easiest ways to set up android studio both on Linux and Windows
Share it:
Set up android studio
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 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 :
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 license 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 :
  • 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 .
Thats all for setting up Android Studio on your Linux and Windows computer .

Ok i have finished setting up of Android Studio , Now what ?
Share it:

ANDROID STUDIO

Post A Comment:

0 comments: