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

Compiling with Xamarin and Android 7.0 crashes on device deploy #329

Open craigajohnson opened 8 years ago

craigajohnson commented 8 years ago

Unsure which module is causing the error but based on the popup it is possible it is arising from this library.

The error does not occur when compiling with Anrdoid 6.0.

Please see the attached error image.

error_xamarin_compiled_with_android7

egfconnor commented 8 years ago

Relevant info: https://blog.xamarin.com/preparing-for-native-library-linking-changes-in-android-n/ http://android-developers.blogspot.com/2016/06/android-changes-for-ndk-developers.html

guyprovost commented 8 years ago

We are using this package in out xamarin app instead of the usual SQLite.Net.PCL 1.1.2 cause we use the Extension package. Any info if the package will be updated in order to adress this ?

LuigiMaestrelli commented 8 years ago

Same problem. Any news about it?

I'm also using the Extension package.

hvaughan3 commented 8 years ago

This problem was already brought up in Issue 311

JKennedy24 commented 8 years ago

I am also seeing this problem