hi bro
i have create Database by my seilf and i post it in system.DecmountDirectory and it work prefctly on corona smilutor
but after i build it, On android device it give me error !
how can i solve it ?
some part of my code
local path =system.pathForFile("data.db",system.DocumentsDirectory) db=sqlite3.open(path) for row in db:nrows ("SELECT\*FROM morning") do
the result on device