I am trying to read data from a database. I imported the database in the sqlite
manually and now just want the connection made in android application and want to re
If you are importing the database then why are you extending SQLliteopenhelper class that is used to create the database. To use the existing data you need to use other class provided in android.. refer to below link may be helpful to you http://developer.android.com/reference/android/database/sqlite/SQLiteDatabase.html#http://developer.android.com/reference/android/database/sqlite/SQLiteDatabase.html