i-jetty icon indicating copy to clipboard operation
i-jetty copied to clipboard

Problem accessing db SqlLite

Open aleszuin opened this issue 9 years ago • 1 comments

I'm trying to use the i-jetty on android device with a simple servlet that writes on a table sqllite what it receives from the get. Unfortunately, from the point of view of the servlet it seems everything is correct without errors, on logcat i find a java.lang.SecurityException from "DatabaseUtils" asking for permission INTERACT_ACROSS_USERS_FULL. There is a sample application for a webapp-jetty using sqllite? Thank you, congratulations for the work you are doing.

aleszuin avatar Oct 15 '15 08:10 aleszuin

SQLDroid is a JDBC driver for Android's sqlite database. Maybe helpful. https://github.com/SQLDroid/SQLDroid

PedroNeer avatar Jun 07 '16 11:06 PedroNeer