Ubuntu 14.04と、32ビットの実行可能ファイルを含む現在のAndroid開発SDKをインストールしました。これらの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ビットアプリを実行するにはどうすればよいですか?