Skip to content Skip to sidebar Skip to footer

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 t

Solution 1:

I ran into this same issue when attempting to add fmod to an android project in Visual Studio 2015.

What ended up working for me was creating a "libs" folder in the same directory as my "src" and "res" folders, placing the .jar in there, and including that in my Android project (marking it as "Content" in the Property Pages in Visual Studio).

Post a Comment for "Add Jar To Visual Studio 2015 Android Ant Java Project"