1
我正在使用Visual Studio Tools for Apache Cordova開發混合應用程序,主要是Jquery mobile。現在我想消費第三方jar文件。 是否有可能用於Apache Cordova的Visual Studio工具可以將Jar文件添加到我的項目中?謝謝。用於Apache Cordova的Visual Studio工具從第三方添加Jar
我正在使用Visual Studio Tools for Apache Cordova開發混合應用程序,主要是Jquery mobile。現在我想消費第三方jar文件。 是否有可能用於Apache Cordova的Visual Studio工具可以將Jar文件添加到我的項目中?謝謝。用於Apache Cordova的Visual Studio工具從第三方添加Jar
我見過devs在內置的應用程序中使用lib
文件夾作爲.jar文件的目的地。這篇文章看起來有所幫助:How to include jar files in phonegap android application?
引用答案:
<source-file src="libs/mylib.jar" target-dir="libs" />
「庫」 是用於存儲.jar文件,以便您的LIB將 被鏈接的默認文件夾。
使用外部庫查看現有插件。
一個例子 (https://github.com/Pushwoosh/pushwoosh-phonegap-3.0-plugin)