Monday 9 January 2017

Installing Android Studio

  

  First you will to install JDK before insalling Android Studio.The Android SDK uses JDk to compile .java files to .class bytecode.

  The Android Asset Packaging Tool (aapt) takes your application resource files, such as the AndroidManifest.xml file and the XML files for your Activities, and compiles them. An R.java is also produced so you can reference your resources from your Java code.

Click below link to download JDK : 

http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html

Android Studio : 

  Android Studio is the official IDE for Android. Android Studio provides the fastest tools for building apps on every type of Android device.

Click below link to download Android Studio:

To read Android Studio user guide click below link:

No comments:

Post a Comment