Reputation: 18222
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
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
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