Installation of Android?Studio..
So How I can install android studio successfully ?
Not a big problem if you know the steps, otherwise it will take a lot of your time to just make it run, believe me I've been through that.
There is only Two steps you need to take care of ..
- Install java JDK (Java Development Kit):-
https://www.oracle.com/technetwork/java/javase/downloads/jdk12-downloads-5295953.html
2. Download Android Studio and SDK Tools:-
https://developer.android.com/studio
First Install the java JDK from the given Link above …
Now We need to set the path for to make sure that the Java is running in our system or not…
Add new and then Paste the path here.
Now In order to make sure whether the java is running on your system or not, open command prompt and type javac and hit Enter, If it will be like this then you’ve succeeded in JDK installation.
Now we are going to install Android Studio which is very simple but a little time consuming so …
Download the android studio from the above link and Install it..
Process is very simple and easy, Android studio itself will download SDK tools for you automatically.
At the end It will look something like this.
Left Panel is for your Project Directories and at right you can create project, open existing project, Import etc..
That’s it for the installation we will get into the real butter soon