mac os lion購入。 開発化環境の構築メモが必要。
1.android sdk、android ndkの環境設定
2.xcodeのダウンロード
3.paralel desktop 7 にubunto,scientific linux5.6,scientific linux 5.7,chrome os,windows xpをインストール。 ubuntoはparalell desktop 7 のメニューから、そのたはisoやインストールcdromから。
4.仮想OS側にTurtoisegit,Turtoisesvn,Visual studio 2010をインストール
mac,仮想マシン側に環境がととのったところでmac のdisk utilsでOSイメージごとバックアップを 行う。
android 少しまえのbase.gitのUTL
git://android.git.kernel.org/platform/base.git

2011/xx/xx のbase.git
git://android.git.kernel.org/platform/frameworks/base.git


2011/8/xxxxからkernel.orgにクラッカー侵入されたため、本家サイトからdownloadできない。
そのため以下のサイトからgitのリポジトリを入手できる。
android意外にもkernelとかもあり。


https://www.codeaurora.org/gitweb/quic/la/



androidのbaseフォルダをsourcesに変更して、開発対象のsdkの下にいれるとソース参照できる。
android2.2を対象にしたandroidアプリを作成する場合は以下のフォルダにいれる。
ただし、実際は各キャリアが独自kernelをのせているので、一般的な動作確認程度に
考えたほうがいい。具体的にはsamsunとその他ベンダではSDカードの取得方法が違う。

android-sdk-windows\platforms\android-8\

About