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 running the emulator from the command line, you can use the -skin option:
-skin
emulator @foo -skin 800x600
See: Start the emulator from the command line