![java– 如何将两个android工作室项目合并为一个[复制],第1张 java– 如何将两个android工作室项目合并为一个[复制],第1张](/aiimages/java%E2%80%93+%E5%A6%82%E4%BD%95%E5%B0%86%E4%B8%A4%E4%B8%AAandroid%E5%B7%A5%E4%BD%9C%E5%AE%A4%E9%A1%B9%E7%9B%AE%E5%90%88%E5%B9%B6%E4%B8%BA%E4%B8%80%E4%B8%AA%5B%E5%A4%8D%E5%88%B6%5D.png)
参见英文答案 > 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工作室项目合并为一个[复制]所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)