Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Does anyone know, if vendors provide or if there is a site where one could download AVD profiles for existing android devices on the market so you can run your apps in the emulator and basically see how they will run on said devices?

I know it's pretty easy to create a new device but it'd be great if one could just download the config file for each device and run it.

share|improve this question
It is seriously disappointing that Google does not provide some leadership in this area. They could update the terms of using the free Android OS to require device makers to publish AVD profiles to make it a bit easier for developers. And it would be great if the tools for Eclipse could automatically fetch and display them as options. – Brennan Dec 30 '12 at 3:33

3 Answers

up vote 5 down vote accepted

I used this page for a while. It has a couple of skins.

share|improve this answer
Thanks, it's more the hardware profiles I was after. Perhaps I'll start a site where people can submit/download. – thepearson Apr 30 '10 at 3:18
Did you ever start such as site? – Brill Pappin Nov 16 '11 at 18:14
Yeah, did you? Or is there one by now? Would be really helpful :/ – tobi.b Apr 9 '12 at 14:10
1  
@tobi.b: On a deleted answer he posted that he never started such a site, but instead used the info on this Wikipedia page: en.wikipedia.org/wiki/List_of_Android_devices – Jim McKeeth Jun 17 '12 at 2:19
The link is broken! – fatuhoku Apr 16 at 12:30

I found this page which helped a lot.

share|improve this answer
And that page is now gone. – Brennan Dec 30 '12 at 3:35
That link works. – Danger14 Mar 7 at 16:19
Except it's for the older version. I'll try to find one for latest 21.1 Version. – Danger14 Mar 7 at 16:27

I just created a repo to store sample AVD images. Basically you can clone this Git repo into your local .android folder, to get these basic emulator images pre-configured.

https://github.com/mwolfson/AndroidAVDRepo

I plan to add more emulator images, but have a fairly representative set of devices emulated now. Pull requests are welcome.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.