のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2010-10-01から1ヶ月間の記事一覧

イミフのrageagainstthecage

これの繰り返しだな。 Killing ADB Server... OK Starting ADB Server... ** daemon not running. starting it now on port 5037 * ** daemon started successfully * OK Waiting for device... OK Running rageagainstthecage... OK

Androidのソースを取得する方法

こんな感じ。-bでブランチを指定する。 $repo init -u git://android.git.kernel.org/platform/manifest.git -b android-2.2_r1.3 $repo sync

Nexus Oneのバージョン

ERD56C Android2.1 ERE27 Nexus One Build/ERD56C Nexus One Build/ERD62 Nexus One Build/ERD72 Nexus One Build/ERD79 Nexus One Build/ERE27

CygwinでAndroidをビルドできるのかな

bison,javaがいるのかな? cygwinではだめっぽいな。 VmwareでUbuntuにしよう。 $ make /bin/bash: prebuilt/windows/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc.exe: No such file or directory /bin/bash: bison: command not found which: no javac in (…

repoでfatal error Unable to remap

$ ~/bin/repo init -u git://android.git.kernel.org/platform/manifest.git warning: gpg (GnuPG) is not available. warning: Installing it is strongly encouraged. Getting repo ... from git://android.git.kernel.org/tools/repo.git 0 [main] python…

cygwin pythonのインストールでエラー

cygwinでpythonをインストールしようとすると以下のエラーがでます。 Package: No package libglade2.0.sh exit code 2 "/var/log/setup.log.full"を確認すると以下のような内容です。 install/libglade2.0.sh could not open /etc/xml/catalog for saving a…