相关疑难解决方法(0)

无此文件或目录?但是文件存在!

我下载了一个游戏 (Shank) 但 bin 文件没有运行。我尝试启动可执行文件时显示的错误是:

bash: ./shank-linux-120720110-1-bin: No such file or directory
Run Code Online (Sandbox Code Playgroud)

64-bit files games executable

231
推荐指数
4
解决办法
85万
查看次数

Eclipse 和 Android SDK 的问题

我安装了 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)

64-bit shared-library android eclipse openjdk

53
推荐指数
5
解决办法
12万
查看次数

ia32-libs 损坏的包 (Ubuntu 12.04 x64)

我在 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)

64-bit android eclipse 12.04

3
推荐指数
1
解决办法
3万
查看次数

标签 统计

64-bit ×3

android ×2

eclipse ×2

12.04 ×1

executable ×1

files ×1

games ×1

openjdk ×1

shared-library ×1