Eclipse 上的 Android Launcher 应用程序编译

发布于 2024-09-25 20:09:46 字数 404 浏览 1 评论 0原文

我正在修改 Android Home(启动器)应用程序,并从 Android 源签出配置了一个 Eclipse 项目。 Eclipse 项目显示了许多与未解决的导入和不可用标志有关的错误。在互联网上检查 http://forum.xda-developers.com/showthread .php?p=8402045 ,我发现家庭应用程序不会使用公共SDK编译,而是作为操作系统编译的一部分生成。

我的问题是如何解决 eclipse 项目中的编译错误?有人遇到过这个公共 SDK 和家庭应用程序编译问题吗?

我希望能够直接从 eclipse 构建我的 Launcher.apk 并运行它。

I am modifying the Android Home (Launcher) application and configured an eclipse project from the Android source checkout. Eclipse project shows number of errors which are about unresolved imports and unavailable flags. Upon checking in the internet at http://forum.xda-developers.com/showthread.php?p=8402045 , I found that the home application will not compile with the public SDK, but as part of the OS compilation, it is generated.

My question is how can I resolve the compilation errors in my eclipse project? Have anyone faced this public SDK and home application compilation issue?

I want to be able to build my Launcher.apk right from eclipse and run it.

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

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

发布评论

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

评论(2

別甾虛僞 2024-10-02 20:09:46

我的问题是如何解决 Eclipse 项目中的编译错误?

你不知道。您只能将启动器应用程序构建为完整固件的一部分。

我希望能够直接从 eclipse 构建我的 Launcher.apk 并运行它。

那是不可能的,抱歉。不过,如果有帮助的话,您的 SDK 中有一个可以从 SDK 构建的示例 Home 应用程序。

My question is how can I resolve the compilation errors in my eclipse project?

You don't. You can only build the Launcher application as part of the full firmware.

I want to be able to build my Launcher.apk right from eclipse and run it.

That is not possible, sorry. There is as sample Home application in your SDK that can be built from the SDK, though, if that helps.

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