java– 如何将两个android工作室项目合并为一个[复制]

java– 如何将两个android工作室项目合并为一个[复制],第1张

概述参见英文答案>HowtocreatejarforAndroidLibraryProject                                    8个我有一个用于消息传递的sinch项目和我自己的聊天项目,我想为我的应用程序集成两个项目.请帮帮我.我没有得到满意的答案.我在询问SINCH

参见英文答案 > How to create jar for Android Library Project                                    8个
我有一个用于消息传递的sinch项目和我自己的聊天项目,我想为我的应用程序集成两个项目.请帮帮我.我没有得到满意的答案.我在询问SINCH MESSAGING CHAT.
提前致谢.

解决方法:

从Combine android projects together起

The answer depends on what you intend to do with the projects.

If you wish to merge the project into a single app , at least one of
them should be set as an androID library , and another project should
use it . This way , the merged projects would be able to recognize
each other .

If you wish to have 2 apps and not a single app , each activity that
you wish to access from another activity should have a special
deFinition in the manifest (using intent filter) of how to open it ,
as it’s not the default behavior .

总结

以上是内存溢出为你收集整理的java – 如何将两个android工作室项目合并为一个[复制]全部内容,希望文章能够帮你解决java – 如何将两个android工作室项目合并为一个[复制]所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1119896.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-29
下一篇 2022-05-29

发表评论

登录后才能评论

评论列表(0条)

保存