Add JAR to Visual Studio 2015 Android Ant Java Project

I used the Visual C ++ / Cross Platform / Android / Basic Application (Android, Ant) template to create a project in Visual Studio 2015.

I want to add a .jar file to the project, and for life I can not find documentation on how to do this. I copied the .jar file to the android / libs folder but did not find it in the assembly.

+2
source share
1 answer

I ran into this problem when trying to add fmod to an Android project in Visual Studio 2015.

As a result, I worked on creating the β€œlibs” folder in the same directory as the β€œsrc” and β€œres” folders, placing the .jar there and including this in my Android project (designating it as β€œContent” on the property pages in Visual Studio )

+2
source

All Articles