如何更改构建目标(2.2 至 2.3.3)?或者尝试后恢复
我需要将项目的构建目标从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您想更改应用程序的构建目标,则需要按照以下步骤进行:
就是这样。谢谢
If you want to change your build target for an application, you need to follow these steps
That is it. Thanks
如果我是你,我会做项目>在 Eclipse 中清理看看是否有帮助。
If I were you, I'd do Project > Clean in Eclipse to see if it helps.