./mksdcard 512M mysd01 ./android list targets Available Android targets: ---------- id: 1 or "android-15" Name: Android 4.0.3 Type: Platform API level: 15 Revision: 3 Skins: WSVGA, WXGA720, WXGA800, WVGA800 (default), WVGA854, WQVGA432, QVGA, HVGA, WQVGA400 ABIs : armeabi-v7a ./android create avd -n C8650 -t 1 ------- Auto-selecting single ABI armeabi-v7a Android 4.0.3 is a basic Android platform. Do you wish to create a custom hardware profile [no] Created AVD 'C8650' based on Android 4.0.3, ARM (armeabi-v7a) processor, with the following hardware config: hw.lcd.density=240 vm.heapSize=48 hw.ramSize=512 --------- sudo ./emulator @C8650 -sdcard sd01 -scale 0.8
↧