ubuntu10.04 build android-2.3.4錯誤解決

1) error:      /bin /bash: bison: command not found
   Solutions:  sudo apt-get install bison
2) error:      zlib.h: No such file or directory
   Solutions:  sudo apt-get install zlib1g-dev
3) error:      X11/Xlib.h: No such file or directory
   error:      Xatom.h: No such file or directory
   Solutions:  sudo apt-get install libx11-dev
4) error:      /usr/bin/ld: cannot find -lncurses
   Solutions:  sudo apt-get install libncurses-dev
5) error:      /bin/bash: flex: command not found
   Solutions:  sudo apt-get install flex
6) error:      sh: gperf: not foundsh:

   Solutions:  sudo apt-get install gperf

7) error:      bin/bash: g++: command not found

   Solutions:  sudo apt-get install g++

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章