Android Question Unable to open database file

AHilberink

Active Member
Licensed User
Longtime User
Hi

When I use AVD with version 4.2.2 I got:
net.sqlcipher.database.SQLiteException: unable to open database file

As you can see I use the cipher library. The SQL lib is v1.30 and the SQLCipher is v1.30. Both latest versions as far as I can see.

Going back to the AVD with version 4.0 it works fine.

Can someone helps me and point my to the right direction?

Best regards,
André
 

AHilberink

Active Member
Licensed User
Longtime User
SQLCipher will only work on a real device.

Thanks Erel. Now I know why and I will not have the problem with real devices.

Still strange it works with AVD and version 4.0 of android and not with version 4.2.2
During programming I will use v4.0
 
Upvote 0
Top