Is there any way with the Android SDK to emulate a specific device ROM? For example, could I launch an emulator that replicated the Verizon Droid Incredible, or the Sprint HTC Hero?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.