android emulator has no skin
I'm using ubuntu, and trying to use command line to build the android source code.
After I built android source code, I typed emulator
com开发者_运维知识库mand to run Android emulator, then I got a no-skin emulator.
Could anyone tell me how to change it to full-skin mode?
Try using emulator's -skin
and -skindir
command line parameters.
精彩评论