Android Application Development Setup - …...an android application in the class. What to bring to...

16
Android Application Development Setup SWATHI MATSA

Transcript of Android Application Development Setup - …...an android application in the class. What to bring to...

Page 1: Android Application Development Setup - …...an android application in the class. What to bring to the class You should have windows based laptop with the software mentioned in the

Android Application Development

Setup

SWATHI MATSA

Page 2: Android Application Development Setup - …...an android application in the class. What to bring to the class You should have windows based laptop with the software mentioned in the

System Requirements

To develop Android applications you need to have the following software installed:

● Java Development Kit, Java Runtime Environment

● Android Studio IDE

● Intel HAXM Accelerator

The following slides describe how to install these in detail

Page 3: Android Application Development Setup - …...an android application in the class. What to bring to the class You should have windows based laptop with the software mentioned in the

Installing java JDK and JRE

To install JDK and JRE click on the link below and you should see something like this as shown below.

https://jdk7.java.net/download.html

Page 4: Android Application Development Setup - …...an android application in the class. What to bring to the class You should have windows based laptop with the software mentioned in the

Installing java JDK and JRE

Select the appropriate JRE and JDK exe depending on your platform (Note: 32 bit and 64 bit both are available.)

When downloading JRE, it would ask to pick either Save file or Cancel. Select Save file.

Page 5: Android Application Development Setup - …...an android application in the class. What to bring to the class You should have windows based laptop with the software mentioned in the

Installing java JDK and JRE

After downloading JRE. Double click on the downloaded file. you should see something like this.click on install.

Page 6: Android Application Development Setup - …...an android application in the class. What to bring to the class You should have windows based laptop with the software mentioned in the

Installing java JDK and JRE

When you are done installing JRE you should see something like this as shown.

Page 7: Android Application Development Setup - …...an android application in the class. What to bring to the class You should have windows based laptop with the software mentioned in the

Installing java JDK and JRE

While downloading JDK follow the similar procedure as JRE installation.

● Save the file to the default settings.

● It will ask if you want to allow the computer to make the changes. Click yes.

● pick all the default settings and install JDK. You should be able to see something like this at the end as show below.

Page 8: Android Application Development Setup - …...an android application in the class. What to bring to the class You should have windows based laptop with the software mentioned in the

Installing Android studio IDE

To download Android studio IDE click on the link below. And click Download Android Studio for Windows.http://developer.android.com/sdk/index.html#top

Page 9: Android Application Development Setup - …...an android application in the class. What to bring to the class You should have windows based laptop with the software mentioned in the

Installing Android studio IDE

● After you download the file click on it and install. select all the default settings.

Page 10: Android Application Development Setup - …...an android application in the class. What to bring to the class You should have windows based laptop with the software mentioned in the

Installing Android studio IDE

● Pick the default settings for the configuration settings.

● Select Android studio and click install.

● When the installation of Android studio is done this is how it looks.

Page 11: Android Application Development Setup - …...an android application in the class. What to bring to the class You should have windows based laptop with the software mentioned in the

Intel-x86 Accelerator

Download Intel Hardware Accelerated Execution Manager from the below sitehttps://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager Click on haxm-windows_r05.zip (1.1.1).

Page 12: Android Application Development Setup - …...an android application in the class. What to bring to the class You should have windows based laptop with the software mentioned in the

Intel-x86 Accelerator

Next you will see something like this a the bottom of the page click on it and download Haxm for windows.

Page 13: Android Application Development Setup - …...an android application in the class. What to bring to the class You should have windows based laptop with the software mentioned in the

Intel-x86 Accelerator ...

● Unzip the downloaded archive and run the installer.

● You would see welcome screen.

Click next on the welcome screen to go to next step of adjusting RAM size.

Page 14: Android Application Development Setup - …...an android application in the class. What to bring to the class You should have windows based laptop with the software mentioned in the

Intel-x86 Accelerator ...

The following screen should appear.

Select the maximum possible (2000MB) as the RAM size. Most of the newer android images require more RAM. So default 1024MB might not be sufficient.

Page 15: Android Application Development Setup - …...an android application in the class. What to bring to the class You should have windows based laptop with the software mentioned in the

Intel-x86 Accelerator ...

If you see this page after installation that means you have installed Android Studio in your system.

If you have these things ready we can start building an android application in the class.

Page 16: Android Application Development Setup - …...an android application in the class. What to bring to the class You should have windows based laptop with the software mentioned in the

What to bring to the class

● You should have windows based laptop with the software mentioned in the previous slides.

● An android based phone to test your application.

● Micro USB cable (to connect your phone to the laptop)