命令行创建指定屏幕大小的avd


android create avd -n android2.3.3 -android0-10 -s 800x400 -abi armeabi

注意:800x400中间为字母x

你可能感兴趣的:(android,测试,自动化,android平台)