[IT 관련 지식]/[Dev]
우분투 11.10 64bit 이클립스 indigo android-sdk 설치후 adb 오류
판톰
2011. 11. 19. 22:15
반응형
우분투 11.10 64bit 이클립스 indigo android-sdk 설치후 adb 오류
[2011-11-19 21:48:39 - adb]/home/android-sdks/platform-tools/adb: error while loading shared libraries: libncurses.so.5: wrong ELF class: ELFCLASS64
[2011-11-19 21:48:39 - adb]'adb version' failed!
/home/android-sdks/platform-tools/adb: error while loading shared libraries: libncurses.so.5: wrong ELF class: ELFCLASS64
[2011-11-19 21:48:39 - adb]Failed to parse the output of 'adb version'
sudo apt-get install ia32-libs
이후 더이상 오류 없이 진행
이후 더이상 오류 없이 진행
반응형