oysteinkrog / SQLite.Net-PCL

Simple, powerful, cross-platform SQLite client and ORM - Updated version with PCL support
MIT License
353 stars 162 forks source link

Java Bindings: UnsatisfiedLinkError after adding the library #341

Open codemilan opened 7 years ago

codemilan commented 7 years ago

I think issue is not related to library, but when I add library to xamarin.android project, I get the exception "Java Bindings: UnsatisfiedLinkError" the problem is well described here "http://stackoverflow.com/questions/41438799/how-can-i-fix-java-bindings-unsatisfiedlinkerror". Apologies for issue raised if totally out of context.