gavinpugh / vs-android

Integrated development of Android NDK C/C++ software with Microsoft Visual Studio.
Other
119 stars 34 forks source link

External jar libraries support #87

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It seems there is no info on adding external jar libraries to a vs-android 
project. It's not clear if jar libraries are currently supported by vs-android.

As many analytics and Ads SDKs are provided as jar libraries, it would be 
interesting to support them. If that is currently supported, it would be a good 
idea to add a new sample on the matter or a tip on how to do it.

Original issue reported on code.google.com by eloyrib...@gmail.com on 26 Sep 2012 at 11:16

GoogleCodeExporter commented 9 years ago
Ok, It seems that it's already supported. External jar libraries are expected 
to be at the AndroidApk/libs folder and are properly handled on the build 
process.

Maybe a tip on the Wiki would be interesting to have for the future.

MANY thanks for making vs-android!

Original comment by eloyrib...@gmail.com on 27 Sep 2012 at 11:27

GoogleCodeExporter commented 9 years ago
Thanks! I've added a section about this to the "Troubleshooting" wiki.

Original comment by gavin.dj.pugh on 18 May 2013 at 7:33