ericsink / SQLitePCL.raw

A Portable Class Library (PCL) for low-level (raw) access to SQLite
Apache License 2.0
525 stars 109 forks source link

Missing methods in SQLitePCLRaw.bundle_green on Xamarin.Android #317

Closed xanderh closed 4 years ago

xanderh commented 4 years ago

Whenever we run our project, we run into the following exception: Method not found: string SQLitePCL.raw.sqlite3_column_name(SQLitePCL.sqlite3_stmt,int)

We're running version 2.0.2 of the packages, compiling with android 9.0 (Pie), minimum version of 4.4.

Compiling works fine, the issue doesn't arise until runtime.

xanderh commented 4 years ago

Turns out the issue was on our end, we had the wrong nuget package versions installed

randomroxks commented 4 years ago

It seems the problem is still there. When monodroid version is v90 this problem shows up, when it is v81, no issues. I can't seem to find any documentation specific to Monodroid version v90. Any ideas?

ericsink commented 4 years ago

This issue is closed. Yours may or may not be related. Please open a new issue and provide lots of details about what you are seeing.