AHilberink Active Member Licensed User Longtime User Apr 18, 2017 #1 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é
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é
Erel B4X founder Staff member Licensed User Longtime User Apr 18, 2017 #2 SQLCipher will only work on a real device. Upvote 0
AHilberink Active Member Licensed User Longtime User Apr 18, 2017 #3 Erel said: SQLCipher will only work on a real device. Click to expand... 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
Erel said: SQLCipher will only work on a real device. Click to expand... 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