Pages

Tuesday, 12 April 2016

Install Android Studio In Windows

Step 1: Download .exe file for Android Studio from http://developer.android.com/sdk/index.html

Step 2: Before launch Android Studio, machine requied installed Java JDK. To install Java JDK,take a references of Android environment setup. make sure


Step 3: Once launched Android Studio, mention latest JDK version path in android studio installer.



Step 4: Below process is initiating JDK to android SDK.




Step 5: Now check component's, required to create applications, below the image has selected Android Studio,Android SDK,Android Virtual Machine and performance(Intel chip).


Step 6: Please specify the location on local machine path for Android studio and Android SDK, below the image has taken default location of windows 10 x64 bit architecture.






Step 7:Need to specify the ram space for Android emulator by default it would take 512MB of local machine RAM


Step 8:At final stage, it would extract SDK packages into local machine, it would take a while time to finish the task and would take 2626MB of Hard disk space.




Step 9:After done all above steps perfectly, you must get finish button and it gonna be open android studio project with Welcome to android studio message as shown below.


Step 10:You can start your application development by calling start a new android studio project. Please fill desire Application name, package information and location of the project.






Step 11: After application name entered, now select the form factors your application runs on, here need to specify Minimum SDK, I have declared as API21: Android 5.0(Lollipop)





Step 12: The next level ,should contain selecting the activity to mobile, it specifies the default layout for Applications.



Step 13:At the final stage it going to be open development tool to write the application code.





No comments:

Post a Comment