Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

Access already available .db3 file from android unit test case app

$
0
0

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.


Viewing all articles
Browse latest Browse all 58056

Trending Articles