加载 SDK 9 示例应用程序时出错

发布于 2024-10-10 00:33:02 字数 821 浏览 4 评论 0原文

具体来说,加载 tictactoemain 样本。

我收到以下错误:

[2010-12-27 19:48:35 - com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper] 无法读取 D:\Program Files\Android\android-sdk-windows \AndroidManifest.xml: java.io.FileNotFoundException: D:\Program Files\Android\android-sdk-windows\AndroidManifest.xml (系统找不到指定的文件) [2010-12-27 19:48:35 - com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper] 无法读取 D:\Program Files\Android\android-sdk-windows\AndroidManifest.xml: java .io.FileNotFoundException: D:\Program Files\Android\android-sdk-windows\AndroidManifest.xml (系统找不到指定的文件) [2010-12-27 19:49:15 - TicTacToe] 无法解析目标“android-8”,

我只加载了“android-9”SDK,但清单文件仅将 min SDK 设置为 8。

我在以下情况下得到此信息我尝试从 SDK 文件创建一个项目。

什么配置告诉 Eclipse 在“D:\Program Files\Android\android-sdk-windows\”中查找?

Specifically, loading the tictactoemain sample.

I get the following error:

[2010-12-27 19:48:35 - com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper] Unable to read D:\Program Files\Android\android-sdk-windows\AndroidManifest.xml: java.io.FileNotFoundException: D:\Program Files\Android\android-sdk-windows\AndroidManifest.xml (The system cannot find the file specified)
[2010-12-27 19:48:35 - com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper] Unable to read D:\Program Files\Android\android-sdk-windows\AndroidManifest.xml: java.io.FileNotFoundException: D:\Program Files\Android\android-sdk-windows\AndroidManifest.xml (The system cannot find the file specified)
[2010-12-27 19:49:15 - TicTacToe] Unable to resolve target 'android-8'

I only have 'android-9' SDK loaded, but the manifest file only sets the min SDK to 8.

I get this when I try to create a project out of the SDK files.

What configuration tells Eclipse to look in 'D:\Program Files\Android\android-sdk-windows\'?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

扭转时空 2024-10-17 00:33:02

想通了。 TicTacToeMain SDK 示例需要已加载 TicTacToeLib 才能解决依赖关系。看起来您只需将其作为项目打开即可使其可用于主版本。

Figured it out. The TicTacToeMain SDK Sample requires the TicTacToeLib to already be loaded to resolve the dependencies. Looks like you just open it as a project to make it available to the main version.

薯片软お妹 2024-10-17 00:33:02

我只加载了“android-9”SDK,但清单文件仅将 min SDK 设置为 8。

这不是你的问题。您的问题是该项目以 android-8 为目标。进入项目属性的 Android 区域,将目标更改为您已安装的 SDK。

什么配置告诉 Eclipse 在“D:\Program Files\Android\android-sdk-windows\”中查找?

窗口|偏好 | Android——这里有一个字段用于显示 Android SDK 安装的路径。

I only have 'android-9' SDK loaded, but the manifest file only sets the min SDK to 8.

That is not your problem. Your problem is that the project targets android-8. Go into the Android area of your project properties and change the target to an SDK you have installed.

What configuration tells Eclipse to look in 'D:\Program Files\Android\android-sdk-windows\'?

Window | Preferences | Android -- there is a field here for the path to your Android SDK installation.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文