I am new to android development, I want to know how can we add Samsung galaxy devices/skin into my emulator? I can able to add skins of Samsung galaxy but can't see in AVD manager. I need help to understand this.
11
votes
1 Answers
12
votes
Steps to add new skin into your Android Emulator:
- Need to download the skin of your desired device, Recommended URL https://developer.samsung.com/galaxy-emulator-skin/galaxy_note_series.html to download
- Then unzip this downloaded file, Now copy and paste this to /Users/YourUserName/Library/Android/sdk/platforms/android-29/skins
- Launch android studio and open AVD manager
- Now we need to add a device definition for that recently added skin
- In AVD manager click to this create virtual device option
- Now you will see the an option for New Hardware Profile option at the bottom left of this popup.
- Click to this New Hardware Profile, you will get a popup for Configure Hardware Profile. Add device and device type then scroll down and you will find an option for Default skin dropdown, Choose your newly added skin
- Afterwards press this finish button at the right bottom and you are done with device definition configuration.
- Now you can create your own virtual device with this newly added device definition.