如何创建多个机器人项目的单个应用程序 [英] How to create a single application from multiple Android projects

查看:137
本文介绍了如何创建多个机器人项目的单个应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发一个项目,我要创建几款Android项目,但最后我要在所有的项目打包到一个单一的application.is反正有做到这一点?

I am developing a project where i have to create several Android projects but at the end i have to package all the projects in to one single application.is there anyway to do it?

谢谢!

推荐答案

创建多个APK,并从你不需要显示在应用程序列表中删除活动的启动类别。项目中的一个,将有一个启动器。

Create Multiple APKs, and remove the Launcher category from the activities that you don't need to show up in the apps list. For one of the project, there would be a launcher.

不过,这种方法的问题在于,用户必须安装所有的apk或者,你可以说你的主要的apk处理这个问题对你来说,

But, the problem with this approach is that, users will have to install all the apks or, you can make your main apk handle this for you by saying,

嘿,如果你想要这个功能,去市场下载这个程序,并引导他们到的apk。

"Hey, if you want this feature, go to the market and download this app" and direct them to the apks.

这篇关于如何创建多个机器人项目的单个应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆