The database file is identified by Dalvik when I insert it via the Dalvik Debug Monitor Server (DDMS), but when I add the database to the project assest it doesn't even upload to the device (as I can see through the DDMS). How to fix it?
+1
A:
Adding a sqlite
db to the assets
folder will not make it available for you to use it.
Your db should be copied to /data/data/YOUR_PACKAGE/databases/
on the first run.
Check this link.
Macarse
2010-06-26 12:53:49
i have done this allready , i deduced that my problem were'nt there my first query wa lacking a space (" ") so i just burned a day to figure it out :(
yoav.str
2010-06-26 17:11:33