[mono-android] [ANN] MonoDevelop 3.0.3 and Mono for Android 4.2.3 now available in the Stable Channel
johnHolmes
francesco.colombo at gmail.com
Tue Jun 19 08:56:26 UTC 2012
Just updated to the last version of M4A version and......my app is broken! :(
I'm using an external reference to a SQL Lite native library, compiled with
FTS4 support. *It worked like a charm*, befrore updating, but NOW I'm
getting a System.DllNotFoundException. :(
System.DllNotFoundException: libSQLite3.so
at (wrapper managed-to-native) AdMaiora.Core.Data.SQLite.SQLite3.Open
(string,intptr&) <IL 0x00011, 0x00090>
FYI:
- The .so file is marked as "AndroidNativeLibrary"
- The project file has been modified as requested adding this
<ItemGroup>
<AndroidNativeLibrary Include="libSQLite3.so">
<Abi>armeabi</Abi>
</AndroidNativeLibrary>
</ItemGroup
- This is how I bind methods that cames from the native libraru
[DllImport("libSQLite3.so", EntryPoint = "sqlite3_open")]
public static extern Result Open (string filename, out IntPtr db);
Do I need to change anything ???
Please help! I'm stuck!
Francesco
--
View this message in context: http://mono-for-android.1047100.n5.nabble.com/ANN-MonoDevelop-3-0-3-and-Mono-for-Android-4-2-3-now-available-in-the-Stable-Channel-tp5710408p5710413.html
Sent from the Mono for Android mailing list archive at Nabble.com.
More information about the Monodroid
mailing list