android in windows 2

Post on 08-Apr-2018

224 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

8/7/2019 Android in Windows 2

http://slidepdf.com/reader/full/android-in-windows-2 1/9

Developing Android apps in Windows (II)By : aryonp@gmail.com | http://www.halilintar.org/2010/12/android-in-windows-2/ 

Let’s continue our tutorial by creating Android Virtual Device (AVD)

Assumptions:

•  You already followed our first tutorial in http://www.halilintar.org/2010/12/android-

in-windows-2/ 

Open your Eclipse IDE

Go to Window > Android SDK and AVD Manager, update it first by choosing ‘Available

packages’

8/7/2019 Android in Windows 2

http://slidepdf.com/reader/full/android-in-windows-2 2/9

 

Click ‘Install Selected’, it will open a new window. Choose Accept All > Install

Just wait for a moment, it will takes about 45 mnt ;)

8/7/2019 Android in Windows 2

http://slidepdf.com/reader/full/android-in-windows-2 3/9

 

After everything finish, it will ask you to restart the ADB. Choose ‘Yes’

8/7/2019 Android in Windows 2

http://slidepdf.com/reader/full/android-in-windows-2 4/9

Then go to Virtual devices > New. Fill up requirements that you want for your virtual

devices. You can also simulate Galaxy Tab in here. Here are list of complete hardware that you can simulate on your virtual devices.

This is my configuration, click ‘Create AVD’

8/7/2019 Android in Windows 2

http://slidepdf.com/reader/full/android-in-windows-2 5/9

 

You can create as many virtual devices as you want with different API target to simulatebackward compatibilities of your created application (s)

8/7/2019 Android in Windows 2

http://slidepdf.com/reader/full/android-in-windows-2 6/9

 

To start your VD, click the VD > Start > Launch

If your VD run well, it will exactly look like this

8/7/2019 Android in Windows 2

http://slidepdf.com/reader/full/android-in-windows-2 7/9

 

Now to test SMS & call functions. In your IDE, Choose your Devices > Emulator Control >

Telephony Actions > Incoming number : +62815000000 > Voice > click Call or SMS >Message : Test SMS > Send

When your VD response like below pictures, then its done ;) 

8/7/2019 Android in Windows 2

http://slidepdf.com/reader/full/android-in-windows-2 8/9

 

top related