Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Emulator in Android for HTC Desire

Tags:

android

Can anyone tell me how do i establish HTC Desire Emulator in my Eclipse.

I have already tried, available packages installation, but HTC is not there in third party packages.

like image 648
djk Avatar asked Jan 17 '11 09:01

djk


2 Answers

There isn't a specific HTC emulator - rather you use the generic Android emulator and change the characteristics of it to match whatever model of phone and version of Andriod you want to target.

You need to install the Android SDK and use it to create Virtual Devices (AVDs). These can then be used to test your code before moving onto a physical device.

For detailed instructions see http://www.android.com.

like image 138
trojanfoe Avatar answered Sep 25 '22 09:09

trojanfoe


Please check this question. You can achieve htc-desire like emulator by setting appropriate values.. The correct Eclipse/Android device configuration for HTC Desire

like image 36
Rukmal Dias Avatar answered Sep 24 '22 09:09

Rukmal Dias