开发者

Developing to all devices

开发者 https://www.devze.com 2023-01-07 12:18 出处:网络
Is there any way with the Android SDK to emulate a specific device ROM?For exampl开发者_如何转开发e, could I launch an emulator that replicated the Verizon Droid Incredible, or the Sprint HTC Hero?The

Is there any way with the Android SDK to emulate a specific device ROM? For exampl开发者_如何转开发e, could I launch an emulator that replicated the Verizon Droid Incredible, or the Sprint HTC Hero?


There is not a way to say make my emulator be a Droid. However, you can create an avd with many of the features of the different phones: sdk versions, screen sizes, disk space, etc. See avd documentation for details. For most applications, as long as you test against a few different sdk levels and screen sizes you should be ok.

0

精彩评论

暂无评论...
验证码 换一张
取 消