Android - “hello 选项卡小部件”生成3个应用程序文件
我在选项卡小部件的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保您在 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)