Ubuntu 14.04와 현재 Android 개발 SDK (32 비트 실행 파일 포함)를 설치했습니다. 32 비트 바이너리를 실행할 수 없다는 것을 알았습니다. bash에서 시작하려고하면 오류가 발생합니다.
$ ./adb
bash: ./adb: No such file or directory
그래도 있습니다.
$ ls -al ./adb
-rwxrwxrwx 1 thomas thomas 1231255 Jan 17 13:31 ./adb
$ file ./adb
./adb: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.8, not stripped. Same symptom for all the other 32-bit tools in the Android SDK.
예전에는 64 비트 Ubuntu에 32 비트 라이브러리를 설치하여 32 비트를 지원했지만 더 이상 작동하지 않는 것 같습니다.
64 비트 Ubuntu 14.04에서 32 비트 앱을 어떻게 실행합니까?