Can't build for Android
-
Hello guys
I am making an instant messaging app (open source) with Qt, now I want to do some test on my android device.
I've configured the Android SDK (28), Android NDK, OpenJDKWhen I try to build the app, the qmake runs succesfully, but the make step doesn't.
This is the error Hastebin.com/ozebutodem.pyI can give you more info if you request
Here's the project: GitHub.com/Angelo13C/Ash-Messenger-Client/tree/Test
-
Hi and welcome to devnet,
What version of Qt are you using ?
What version of Qt Creator ?
On what platform ?
What version of the NDK ?
What version of the JDK ? -
The include related errors are a bit strange. It looks like you are including librairies in your code rather than headers. Am I misreading the logs ?
-
The include related errors are a bit strange. It looks like you are including librairies in your code rather than headers. Am I misreading the logs ?
-
The include related errors are a bit strange. It looks like you are including librairies in your code rather than headers. Am I misreading the logs ?
-
Glad you found out and thanks for sharing !