How do I add jar files to my Mono for Android project in Visual Studio (2010) so that I can use them via JNIEnv?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can add add you jar as a file in your project, and then set the ‘Build Action’ in the properties window to ‘AndroidJavaLibrary’ – and that’s it.
The hard bit is the JNIEnv part!