I am successfully using SQLite-net (https://github.com/praeclarum/sqlite-net) in my MonoTouch project. However when I try to use the same in Mono Android, the Database call throws an exception in the Prepare2 method.
I am using the SQLite-Net file as-is in my Android project.
Do I need to make any changes specific for MonoAndroid?
Any help highly appreciated.
This blog post has some details on how to use SQLite-net in a Mono for Android application. I also recommend checking out the MWC application created by Xamarin which is a good recent example of using the library in an application.
If you still run into problems, please provide some details on what the problem is (exception type/text, stacktrace, etc).