Android - “hello 选项卡小部件”生成3个应用程序文件

发布于 2024-10-21 23:25:15 字数 342 浏览 1 评论 0原文

我在选项卡小部件的 android 开发站点中运行简单的示例: http://developer.android.com/resources/tutorials/views/hello -tabwidget.html

我的问题是,将项目导出到 .apk 文件并将其安装在手机上之后 我有 3 个应用程序启动器。

我尝试对每个活动使用不同的 .xml 文件,但没有帮助。

我很乐意接受一些想法!

I run the simple examples in the android dev site of tab widget:
http://developer.android.com/resources/tutorials/views/hello-tabwidget.html

My problem is that after I export the project to .apk file, and install it on my phone
I get 3 app launchers.

I tried to use different .xml file to each activity but it didn't help.

I'll be happy to some ideas!

Ben

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

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

发布评论

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

评论(1

水染的天色ゝ 2024-10-28 23:25:16

确保您在 manifest 文件中为每个选项卡活动以及 HelloTabWidget 本身! (请参阅开发指南中的活动主题)

Make sure you have an Activity defined in the manifest file for each of the tab activities, as well as the HelloTabWidget itself! (See the Activities topic in the Dev Guide)

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