SDK0.9へ移行

SDK0.9動かしました

SDK0.9をインストール。

  • Eclipseのバージョンを確認
    • > Supported Development Environments のEclipse IDE の記載が、m5ではEclipse 3.2, 3.3 (Europa)でしたが、今回はEclipse 3.3 (Europa), 3.4 (Ganymede)と変わっているので、3.2では動かなさそう。
    • 3.3(Europa)だったので、OK
  • 古いデータを削除
    • > emulator -wipe-data
  • SDKをDownload
  • C:\androidへ展開
  • PATHを、C:\android\android-sdk-windows-0.9_beta\toolsへ変更
  • エミュレータを起動
    • >emulator
      • -wipe-dataしていないと、以下のエラーがでる
      • emulator: warning: cannot load emulator configuration at 'C:\Users\kinamia\Local\Android\emulator.cfg'
    • p emulator: broken configuration file doesn't have 'window' element
  • ADTのセットアップ
    • Help > Software updatres > search for updates of the current installed feartureを選択しても、ADTのアップデートがでない。バージョンを確認しても、0.40.xのまま。
    • 仕方がないので、ManageConfigurationから一度ADTをアンインストールして、再度インストール。0.7.1になった。
  • Hello, Androidの実行
    • OK!