Link to Visual Studio 2015.jar

Does anyone know how I can link to a .jar file in a Visual Studio 2015 project with the plugin "Java Language Service for Android and Eclipse Android Project Import" ( https://visualstudiogallery.msdn.microsoft.com/53e6e65b-fa0f-411a -a98d-7911009537ac )?

+6
source share
1 answer

There is a line in the project.properties file of the Android project

# Provide path to the directory where prebuilt external jar files are by setting jar.libs.dir= 

There should be a way to add a bank folder, but I couldnโ€™t recognize it.

0
source

All Articles