如何更改构建目标(2.2 至 2.3.3)?或者尝试后恢复

发布于 2025-01-04 20:10:20 字数 391 浏览 1 评论 0原文

我需要将项目的构建目标从 2.2 更改为 2.3.3,以便使用具有地图支持的 Google API。我将清单的 min- 和 target SdkVersion 更改为 10。并将项目的 properties|android 更改为 2.3.3。在 Eclipse 中我的项目文件夹下有一个 Android 2.3.3 目录,表明到目前为止这些内容已经成功。

但是,当我尝试运行我的应用程序时,我收到非信息性 Eclipse“发生问题”对话框:在“启动 MyProjectName”期间发生内部错误。 java.lang.NullPointerException

现在即使我改回2.2,我也无法让我的旧类运行。日蚀地狱再次爆发。它的巨大混乱无法找到自己的文件。可以采取什么措施来帮助解决这个问题?其他的一切都从头开始。

I need to change my projects's build target from 2.2 to 2.3.3 in order to use Google API with map support. I changed the manifest's min- and target SdkVersion to 10. And the project's properties|android to 2.3.3. And under my project folder in Eclipse there is then the Android 2.3.3 directory to indicate that the stuff worked out that far.

But when I try to run my application I get the non-informative Eclipse "Problem Occurred" dialog: An internal error occurred during: "Launching MyProjectName". java.lang.NullPointerException

Now even if I change back to 2.2, I cannot make my old classes run. Again, Eclipse-hell has broken out. Its huge mess fails to find its own files. What can be done to help this? Other that starting all over again.

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

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

发布评论

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

评论(2

┾廆蒐ゝ 2025-01-11 20:10:20

如果您想更改应用程序的构建目标,则需要按照以下步骤进行:

  1. Project ->右键单击并选择属性
  2. 在左侧窗格中选择 Android 选项
  3. 在右侧窗格的项目构建目标中,选择您想要的目标

就是这样。谢谢

If you want to change your build target for an application, you need to follow these steps

  1. Project -> Right Click and Select properties
  2. Select Android option on left side pane
  3. In the Project Build Target on right side pane, select the target you wish

That is it. Thanks

日久见人心 2025-01-11 20:10:20

如果我是你,我会做项目>在 Eclipse 中清理看看是否有帮助。

If I were you, I'd do Project > Clean in Eclipse to see if it helps.

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