Visual Studio Tools for Apache Cordova add a Jar from 3party
问题 I'm using Visual Studio Tools for Apache Cordova to develop hybird app,mainly Jquery mobile. And now I'd like to consume a thrid party jar file. Is it possible Visual Studio Tools for Apache Cordova can add a Jar file into my project ? Thank you. 回答1: I've seen devs use the lib folder, in the built application, as a destination for .jar files. This post looks helpful: How to include jar files in phonegap android application? Quoting the answer: <source-file src="libs/mylib.jar" target-dir=