QtCipherSqlitePlugin in QT using Kit for Android
-
wrote on 31 Oct 2018, 06:06 last edited by
I have imported QtCipherSqlitePlugin in QT using Android kit.
using following path: https://github.com/devbean/QtCipherSqlitePluginBut getting lot of errors after build. M i missing any step.
Please let me know how to build QtCipherSqlitePlugin for android? -
I have imported QtCipherSqlitePlugin in QT using Android kit.
using following path: https://github.com/devbean/QtCipherSqlitePluginBut getting lot of errors after build. M i missing any step.
Please let me know how to build QtCipherSqlitePlugin for android?wrote on 31 Oct 2018, 07:40 last edited byHi and welcome to devnet forum
Stupid question, but did you compile and build the referred module's libraries ?
What was the outcome?You need to post the start of the error messages.
Also this is an external module based on Qt. Therefore, you should also contact the original author of the module. Here in the forum you will get only limited support on general issues.
-
wrote on 31 Oct 2018, 11:58 last edited by
-
Steps followed as:
- imported the pro files
- Build it
- after building getting error as follows:
...\QtCipherSqlitePlugin-master\QtCipherSqlitePlugin-master\sqlitecipher\sqlite3\shathree.c
M getting error in the above mentioned .c file. The screenshot for the same is attached.
wrote on 31 Oct 2018, 12:02 last edited bySince this is already in the compilation step of the external module which is only based on Qt you need to contact the original author.
-
wrote on 31 Oct 2018, 12:09 last edited by
Can u please suggest any method for importing SQLCipher plugin in QT for android.
-
Can u please suggest any method for importing SQLCipher plugin in QT for android.
wrote on 31 Oct 2018, 12:31 last edited byThis is a search through the forum and there are a couple of references to sqlcipher as you see. Unfortunately you need to dig through those, I have no experience in that area.
-
wrote on 4 Apr 2019, 14:11 last edited by bogong 4 Apr 2019, 14:58
Solution found. It's a little curious. Need to only change the variable name B0 to BA. This issue published by Willena on Github Willena on Github
Author you might to close this issue.