Emulator in Android for HTC Desire
Can anyone tell me how do i establish HTC Desire Emulator in my Eclipse.
I have already tried, available packages install开发者_如何转开发ation, but HTC is not there in third party packages.
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.
Please check this question. You can achieve htc-desire like emulator by setting appropriate values.. The correct Eclipse/Android device configuration for HTC Desire
精彩评论