2013년 4월 14일 일요일

[AnDrOiD] adb 명령 사용시 libncurses.so.5 라이브러리 못찾는 경우


- OS : Debian 6.0.7(64Bit)
- JDK : 1.6.0_43(64Bit)
- ADT : v21.1.0-569685(64Bit)


freecatz@localhost:~$ adb
adb: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory


adb 명령 사용시 위와 같이 libncurses.so.5 라이브러리를 못찾는 경우 libstdc++5 패키지를 설치 하도록 한다.


root@localhost:~# apt-get install libstdc++5


freecatz@localhost:~$ adb version

Android Debug Bridge version 1.0.31



댓글 없음 :

댓글 쓰기