-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QtCipherSqlitePlugin in QT using Kit for Android #22
Comments
I encounter errors too while using Qt 5.12.0 and Android ndk clang compiler. From the error message, I got it is because the variables |
I've tried to rename the
And then all this project can be built with NDK r18b clang toolchain. |
I had fix compile B0 error, but can't generate so file, how to fix it? NDK r18b? I just found NDK r16b? |
they said just build this project with app template, and open the generated apk file with archive softwares, then take the .so file inside |
I could not generate any file, because there ware some errors in generating the file. E:\Opensource\QtCipherSqlitePlugin\build-sqlitecipher-Android_for_armeabi_v7a_GCC_4_9_Qt_5_10_1_for_Android_armv7-Release.obj\regexp.obj: -1: error: file not recognized: File format not recognized |
have you tried to use new version of Qt? |
It worked fine now, there are some thing wrong. But i don't why, thinks! |
I had the same problem. qt5.13 + mingw + android (ndkr19c) |
I had the same problem. win+qt5.13 + mingw + android (ndkr19c) |
to be specific, which problem you meant? |
我的意思是: 我想请问一下,您们是如何解决这个问题的? |
右鍵點擊 B0,點選重構,隨便起個名字 |
我是这么修改的。编译后报拷贝文件错误。我再到编译输出目录下看,实际上没有生成任何文件。不知为什么? |
我試着重複這個問題,但是這次解決了u64和B0的問題後建置通過,沒有出現錯誤... 你可以試着在建置目錄下搜尋libsqlitecipher.so |
我搜了整个目录,没有找到libsqlitecipher.so文件。 |
抱歉哈,真的不了解情況。 |
这个插件,对qt和Android的版本有要求吗? |
不知道哦。 |
I have imported QtCipherSqlitePlugin in QT using Android kit.
But getting lot of errors after build. M i missing any step.
Please let me know how to do the same for android?
The text was updated successfully, but these errors were encountered: