Xperiaのエミュレータ

ソニエリのダウンロードページからSony Ericsson Xperia X10 add-on for the Android SDKをダウンロードして、android-sdk/add-ons下に展開する。

% android list target
id: 5 or "Sony Ericsson Mobile Communications:X10:4"
     Name: X10
     Type: Add-On
     Vendor: Sony Ericsson Mobile Communications
     Revision: 1
     Description: XPERIA X10 Device
     Based on Android 1.6 (API level 4)
     Skins: WVGA854, X10 (default), HVGA, QVGA, WVGA800

あとはコマンドでもAndroid SDK and AVD ManagerでもターゲットでX10を選ぶ以外はいつも通りだ。

% android create avd -t 5 -n x10
Created AVD 'x10' based on X10 (Sony Ericsson Mobile Communications),
with the following hardware config:
hw.dPad=no
hw.lcd.density=240
hw.camera.maxHorizontalPixels=3264
disk.systemPartition.size=144MB
disk.cachePartition.size=0
disk.cachePartition=no
hw.trackBall=no
hw.camera.maxVerticalPixels=2448
hw.ramSize=384
hw.camera=yes

ノートPCで普通にエミュレータ起動したら思いっきりハミ出たんで、いい感じに縮小することにしよう。

% emulator @x10 -scale 0.7

Xperia X10 mini pro欲しー!