Setting Android AVD Command Line Hardware Profile Setting Android AVD Command Line Hardware Profile android android

Setting Android AVD Command Line Hardware Profile


To avoid "Do you wish to create custom hardware profile"

Type in below command:

echo. | android create avd -f -n Emulator_01 -t 3 -b default/x86 --skin WVGA800 | echo.

Emulator will be created under avd manager..!!