>>189 android.batをオプションなしで実行すればAndroid SDK and AVD Managerが正常に立ち上がります。
Virtual devicesタブでNew...ボタン押すとCreate new Android Virtual Device(AVD)のウィンドウが出る。
けど、そのウィンドウ内のTarget欄はグレーアウトしてて選択不可。
関係ないかもしれんけど、Skin:Built-in:はプルダウンできるけど、真っ白なメニューが出る。
それで、
android.bat update sdkした(表示されたの全部更新)
android.bat update adbもした。
C:\Documents and Settings\*****\My Documents\Applications\android-sdk-windows\tools>android.bat update adb
adb has been updated. You must restart adb with the following commands
adb kill-server
adb start-server
C:\Documents and Settings\*****\My Documents\Applications\android-sdk-windows\tools>cd ../platform-tools
C:\Documents and Settings\*****\My Documents\Applications\android-sdk-windows\platform-tools>adb kill-server
C:\Documents and Settings\*****\My Documents\Applications\android-sdk-windows\platform-tools>adb start-server
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
でもエラーが再現する。
訳分からん。