如何运行 Google Schedule I/O 2010 Android 应用程序?

发布于 2024-10-19 09:59:37 字数 384 浏览 3 评论 0原文

我试图为 Android 实现 Action Bar UI 模式。作为参考,我从 http://code.google.com/ 查看了 Google I/O 2010 日程应用程序p/iosched/。然后,我从现有源创建了一个 Android 项目,在其中指示 eclipse 查看签出的 trunk 文件夹。但签出的应用程序需要 sdk 版本 5,该版本不在 Android SDK 下载器向我提供的列表中。此外,该项目充满了主要针对内容提供商的错误。我的猜测是这些软件包可能已被删除,因此无法解决。谁能告诉我如何运行 Google Schedule I/O 2010 应用程序,因为我打算调试它并研究操作栏是如何实现的。

I was trying to implement the Action Bar UI pattern for Android. For reference I checked out the Google I/O 2010 schedule app from http://code.google.com/p/iosched/. I then created an Android project from existing source where I directed eclipse to look into the checked out trunk folder. But the checked out app requires sdk version 5 which is not present in the list presented to me by the Android SDK Downloader. Also, the project is full of errors mainly for the Content Provider. My guess is probably the packages have been removed and thus they could not be resolved. Could anyone tell me how to run the Google Schedule I/O 2010 app since I intend to debug it and study how the actionbar was implemented.

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

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

发布评论

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

评论(1

佼人 2024-10-26 09:59:37

您唯一需要做的就是将 sdk 版本从 5 更改为 7,然后就可以开始了。当然,完成这些更改后,请清理项目。

The only thing you have to do is changing the sdk version from 5 to 7 and you are ready to go. Of course, clean the project after doing those changes.

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