Re: [mono-android] Problem with SQLite and a managed code function

2014-04-05 Thread Vladimir Dimitrov
It was SDK only. Also I put a Preserve attribute on the class just in case. But I think I got the problem to some extent. This particular tablet seems to actually be using x86 architecture somehow. The moment I enabled the x86 abi for the package the application started working with SQLite. Th

Re: [mono-android] Problem with SQLite and a managed code function

2014-04-05 Thread Jonathan Pryor
On Apr 5, 2014, at 4:50 PM, Vladimir Dimitrov wrote: > The question still have is why was everything working in debug mode while the > support for x86 was turned off? Debug .apk's contain libmonodroid.so for all ABIs, as this makes deployment easier. Rephrased: Debug builds ignore the $(Androi