コマンドを実行したかった:
repo init -u https://android.googlesource.com/platform/manifest -b android-4.1.1_r6
次の出力が得られました。
Traceback (most recent call last):
File "/home/anu/bin/repo", line 91, in <module>
import readline
ImportError: No module named readline
pip install readline
したがって、上記を修正するために、コマンドとを使用してreadlineをインストールしようとしましeasy_install readline
たが、両方のコマンドで次のように出力されます。
/usr/bin/ld: cannot find -lncurses
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
私はPython2.7.3でubuntu12.04を持っていて、Androidソースコードをビルドしたいと思っています。
私はそれを修正するためにたくさん検索しましたが、成功しませんでした...誰かが私が欠けているものを私に指摘できますか?