I have the Android version of a VS2017 Xamarin program complaining that it cannot find the libultralitej17.so file. I saw this file when I got the JAR file to put into the Binding project. Does the .SO file go into the Binding Project? If not, how is it included in the Android Project?

asked 05 Jul '17, 13:44

BESpring's gravatar image

BESpring
141141421
accept rate: 20%


permanent link

answered 06 Jul '17, 09:44

Chris%20Keating's gravatar image

Chris Keating
7.8k49128
accept rate: 32%

I don't know about Xamarin, but in my Android Studio projects, I have the UltraLite files set in

app/build/libs/UltraLiteJN7.jar
app/src/main/jnlibs/armeabi/libultralite17.so
app/src/main/jnlibs/armeabi/libmlcrsa17.so

permanent link

answered 06 Jul '17, 06:48

Terry%20Wilkinson's gravatar image

Terry Wilkinson
746303548
accept rate: 25%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×72
×49

question asked: 05 Jul '17, 13:44

question was seen: 1,929 times

last updated: 06 Jul '17, 09:44