add cordova plugin dependency to build.gradle

耗尽温柔 提交于 2019-12-11 00:14:24

问题


I searched extensively but cannot not find the maven repository for org.apache.cordova. I want to edit an existing plugin (from github) in android studio.

I have tried adding the dependency by jar file. But generating the jar fails when "ant jar" with complex errors (cannot find symbols, pointing at the imports).

Thanks for help Greetings Felix


回答1:


Try adding to you local repository.

Look ath this thread:

I am attempting to add phonegap to my local maven repository for an android application, I'm looking for help on the steps I took



来源:https://stackoverflow.com/questions/34406779/add-cordova-plugin-dependency-to-build-gradle

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