Is there a repo where you can download android virtual devices? [closed]

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.


Solution 1:

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.

Solution 2:

I found this page which helped a lot.