I created data base connection using SQLiteConnection(DBPath), and performed DDL, DML activities. Now i created an Android Unit Test project and trying to access same db file created in Android app. Evan though file is available in path, It is saying "Unable to open file" with cannot open file at line 32625 of [00bb9c9ce4].
I tried to access Db file using SQLite.Net component, System.Data.SqliteConnection but every time resulted Unable to open file.