In avd manager, when I try to create new avd, there was skin section. But after updating sdk, I cant see this section. How can I use my own screen size instead of existing s
If you are using the latest version of AVD Manager, you will find a new tab labelled ** Device Definition**.
Here select new Device, and then specify your Screen Size(in) and Resolution(px). You can also specify Size, Screen Ratio and Density besides other things.
Open the Android Virtual Device Manger
go to Device Definition
tab, create a new device.Then, Create a new emulator and choose your device from the drop down menu.
If running the emulator from the command line, you can use the -skin
option:
emulator @foo -skin 800x600
See: Start the emulator from the command line