このあたりからsdkをダウンロードしてインストール。
http://developer.android.com/intl/ja/sdk/1.5_r3/index.html
tools をパスに追加してパスを通す。
*起動
emulator
速攻でエラー!
hogehoge@ireul:/opt/android-sdk/tools$ ./emulator emulator: ERROR: You did not provide the name of an Android Virtual Device with the '-avd <name>' option. Read -help-avd for more information. If you *really* want to *NOT* run an AVD, consider using '-data <file>' to specify a data partition image file (I hope you know what you're doing).
ふむふむavdというのを指定するらしい
*avdを作成
android create avd --name android1.5 --target 3
オプションのメモ
–target 1 # android1.1
–target 2 # android1.5
–target 3 # android1.5 width google api
*ついに起動!?
emulator -avd myadv android1.5
起動したが重い・・・
こんなものだろうか・・・
とりあえず今日はこれで満足!