我下载了一个游戏 (Shank) 但 bin 文件没有运行。我尝试启动可执行文件时显示的错误是:
bash: ./shank-linux-120720110-1-bin: No such file or directory
Run Code Online (Sandbox Code Playgroud) 我安装了 Eclipse、openjdk6 并下载并解压了 sdk 管理器文件。
现在,当我创建一个 Android 项目时,出现以下错误:
2012-06-06 18:44:40 - contactManager] /home/catia/android-sdks/platform-tools/aapt:
error while loading shared libraries: libz.so.1: cannot open shared object file:
No such file or directory
Run Code Online (Sandbox Code Playgroud)
当我尝试创建一个 AVD 管理器时,这个:
[2012-06-06 19:00:18 - SDK Manager] /home/catia/android-sdks/tools/mksdcard: error
while loading shared libraries: libstdc++.so.6: cannot open shared object file: No
such file or directory
[2012-06-06 19:00:18 - SDK Manager] Failed to create the SD card.
[2012-06-06 19:00:18 - SDK Manager] Failed to create sdcard in the AVD folder.
Run Code Online (Sandbox Code Playgroud) 我在 Ubuntu 12.04 x64 上安装了最新的 Android SDK 我遇到了与Problems with Eclipse and Android SDK几乎相同的问题。Eclipse ADT 插件对我不起作用,它的 Android 窗口显示
SDK/build-tools/17.0.0/aapt: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory
当我创建一个新的 Android 项目时。
然后我试过了
sudo apt-get install ia32-libs
但命令失败并返回
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet …Run Code Online (Sandbox Code Playgroud)