[mono-android] SQLite and shared rountime
Dariusz Sroka
dariusz.sroka at dot.net.pl
Wed Jun 13 08:14:07 UTC 2012
Hi,
In my project I'm using SQLite database
(http://code.google.com/p/sqlite-net/). Everything works ok when I'm
using it on my development machine (debug mode + shared rountime tourned
on).
Problem occurs when I'm trying to create a package for a client - I'm
turning off shared rountime to create an .apk package and then my
database stops working (I'm performing Insert to database with
auto-increment PK and I always get 0 and information that tables doesnt
have any primary key auto-inc columns).
What can I check?
Best regards
More information about the Monodroid
mailing list