ubuntu linux にandroid SDKをインストール

このあたりから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

起動したが重い・・・
こんなものだろうか・・・

とりあえず今日はこれで満足!

Tags: , , , , , , ,

This entry was posted on 火曜日, 7月 21st, 2009 at 10:20 AM and is filed under java, 備忘録, 日記. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply