4
Ubuntu 64ビットで32ビットアプリを実行する方法
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 …