Rohit Singh
Rohit Singh

Reputation: 18222

Where to find System Image to create a Virtual Device in Android Studio

I want to test my application in Xiomi RedMi Note 4. For that, I want to create a virtual device in my Android Studio.

I know how to create a virtual device in AVD manager. Apparently, AVD manager gives us two option when we want to create a new Hardware Configuration

enter image description here

New Hardware profile opens a Configuration page where we can create a new Virtual device where we can give name, default skin, RAM, Sensors etc. I know this.
But my question is related to the second option which is Import Hardware profile. We can upload XML file from the desktop using this option. How to download those XML files for any specific vendor. Can anyone streamline the process for me?

Upvotes: 4

Views: 4822

Answers (1)

0xA
0xA

Reputation: 1540

I think you should be very experienced in hardware/ electronics to create a hardware profile.

When i wanted to test my application on different versions of Samsung phones, i imported the hardware profiles from their website: as an example check the link below, you can download a zip file and then upload to android studio.

https://developer.samsung.com/technical-doc/view.do?v=T000000287

But to actually create a hardware profile, it is not efficiently possible, yet possible, but i do not recommend it, if you want a particular phone, go to their website and install their packages.

Upvotes: 1

Related Questions