sqlite error when compiling when fetching the data from sqlite
问题 I'm trying to get the questions from the SqLite for the quiz. I am getting unknowing error. I'm not understanding how to solve that error and how I got that. I'm getting stuck in this since many days. go through many docs but it is not helping to solve the error. This is my DBHelper: public class DBHelper extends SQLiteOpenHelper { private String packageName; private static final String db_name = "quiz_db.db"; private String db_path; private static int db_version = 1; Context con; public