64비트 Ubuntu 14.04 Android 개발 환경 설치

adb는 32비트이기 때문에 32비트에 대한 지원 라이브러리를 설치해야 합니다.
솔루션:
$ sudo apt-get install lib32stdc++6 lib32z1 lib32ncurses5 lib32bz2-1.0

간략한 분석:
인터넷에서 나오는 방법은요.
$ sudo apt-get install ia32-libs
그러나 다음과 같은 정보가 나타납니다.
Package ia32-libs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  <span style="color:#FF0000;">lib32z1 lib32ncurses5 lib32bz2-1.0</span>

E: Package 'ia32-libs' has no installation candidate

ia32-libs가 폐기되었으니 대체할 가방이 있어야 합니다.
오류 정보를 읽은 후, 나는 이 세 개의 가방을 설치하려고 한다
$ sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0
     eclipse ,      
[2014-06-19 14:47:45 - Test] /home/star/software/adt-bundle-linux-x86_64-20140321/sdk/build-tools/android-4.4.2/aapt: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
[2014-06-19 14:47:45 - appcompat_v7] /home/star/software/adt-bundle-linux-x86_64-20140321/sdk/build-tools/android-4.4.2/aapt: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
설치
$ sudo apt-get install lib32stdc++6

참고 자료
1. 64비트 Ubuntu의 32비트 지원 기능을 여는 방법
2, Ubuntu 14.04 X64 설치 안드로이드 SDK
---------------------------------------------
1. 안드로이드 SDK Manager 업데이트 해결, 느린 다운로드
C:\Windows\System32\drivers\etc\hosts
203.208.46.146 www.google.com
74.125.113.121 developer.android.com
203.208.46.146 dl.google.com
203.208.46.146 dl-ssl.google.com Ubuntu
sudo vim/etc/hosts
Android SDK Manager-->Tools-->Options-->Others-->Force https...

좋은 웹페이지 즐겨찾기