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

AndroidAvd

Android Problem Overview


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.

Android Solutions


Solution 1 - Android

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 - Android

I found this page which helped a lot.

Solution 3 - Android

I found this page which looks quite comprenhensive from Samsung devices: http://developer.samsung.com/android/technical-docs/Using-Samsung-Emulators-for-Android-Application-Development

I agree with Brennan that Google should make the it compulsory for each device.

It seems that they should work for Android Studio as well see https://stackoverflow.com/questions/16608530/how-to-reuse-the-existing-avds-for-android-studio

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionthepearsonView Question on Stackoverflow
Solution 1 - AndroidBoogerView Answer on Stackoverflow
Solution 2 - AndroidthepearsonView Answer on Stackoverflow
Solution 3 - AndroidLuis LLView Answer on Stackoverflow