本帖最后由 upzhai 于 2013-02-25 14:09:09 编辑

解决方案 »

  1.   

    没有找治根的方法,不过找到一种可以替代的方法。使用生成的SDK中的模拟器不会存在分辨率的问题。
    $cd out/host/linux-x86/sdk/android-sdk_eng.xxx_linux-x86/tools
    $./android list targets
    Available Android targets:
    ----------
    id: 1 or "android-14"
         Name: Android 4.0
         Type: Platform
         API level: 14
         Revision: 2
         Skins: QVGA, WSVGA, HVGA, WVGA854, WXGA720, WQVGA432, WVGA800 (default), WQVGA400, WXGA800
         ABIs : armeabi-v7a$./android create avd -t 1 -n ics
    Auto-selecting single ABI armeabi-v7a
    Android 4.0 is a basic Android platform.
    Do you wish to create a custom hardware profile [no]
    Created AVD 'ics' based on Android 4.0, ARM (armeabi-v7a) processor,
    with the following hardware config:
    hw.lcd.density=240
    vm.heapSize=24
    hw.ramSize=512$./emulator -avd ics