While building my application for release in Xamarin Studio (Monodroid) i'm getting a "System.DllNotFoundException: sqlcipher" exception. This means the app can not find the sqlcipher DLL.
This issue only appears in release mode. Under the setting "Android build", i have tried several things like:
- Embed assemblies in native code
- Link all assemblies
But the application is still crashing on release mode. Anything i could have missed?