How to include Multiple AAR files in custom Cordova Plugin?

余生颓废 提交于 2019-12-23 18:20:35

问题


I am new to the Cordova Development. I need to write a custom plugin which is referring two .aar files. I am able to add the first .aar file to the plugin however I am having some doubts for adding the second .aar file.

Can I add the second .aar file in the same custom plugin ? or Do I need to create another custom plugin for using the other .aar file ?

Below is the SO question that helped me to add the first .aar file in the plugin: Cordova plugin development - adding aar

Any help on this will be appreciated. Thanks in advance !

来源:https://stackoverflow.com/questions/46468892/how-to-include-multiple-aar-files-in-custom-cordova-plugin

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!