写真集

Camera:Panasonic LUMIX DMC-LX3
Vine Linux と Ubuntu の設定方法など

Android x86 をビルドする 準備編

2011-01-12 20:49:22 | Android

1. repo のインストールします。
$ cd ~
$ mkdir bin
$ curl http://android.git.kernel.org/repo >bin/repo
$ chmod a+x bin/repo


2. Android x86 のソースを取得します。
$ mkdir android-x86
$ cd android-x86
$ repo init -u git://git.android-x86.org/manifest.git -b froyo-x86
$ repo sync

ソース取得するのに時間がかかりますね。30分経過してまだ終わらない。

http://www.android-x86.org/getsourcecode