[SOLVED]Unable to configure Qt Creator for Android
-
Try installing Qt in windows or basic Linux. If it works then it will be your current OS issues.
-
Sorry for the late reply. you seems to be an experienced Qt person.
I have used Qt Android version for a long time. Initially i also faced the runtime issues, but sometimes we need to do the trial and error method to run it properly. These kinds of issues occurs from our side/from the system.
How i solved my problem is,
I installed the Necessitas Qt version that is introduced by our honourable "BogDan Vatra", this version included sdk, ndk and other tools inside it. No need to download it from outside. When this runs successfully, install a new Qt version with Android, check what you are missing from this version (compare both versions).
I hope your problem will be solved.
Download Qt necessitas from here, http://necessitas.kde.org/ -
[quote author="ansifpi" date="1397097058"]Sorry for the late reply. you seems to be an experienced Qt person.
I have used Qt Android version for a long time. Initially i also faced the runtime issues, but sometimes we need to do the trial and error method to run it properly. These kinds of issues occurs from our side/from the system.
How i solved my problem is,
I installed the Necessitas Qt version that is introduced by our honourable "BogDan Vatra", this version included sdk, ndk and other tools inside it. No need to download it from outside. When this runs successfully, install a new Qt version with Android, check what you are missing from this version (compare both versions).
I hope your problem will be solved.
Download Qt necessitas from here, http://necessitas.kde.org/[/quote]Necessitas doesn't work for me because it uses Qt4 while I'm using Qt5!!!
-
Yes i know that. But Android configuration is same for both Qt4 and Qt5. Just see the difference.
-
This issue has been solved in Qt Creator 3.1.0 as shown in this ticket:
https://bugreports.qt-project.org/browse/QTCREATORBUG-12021 -
[quote author="mbnoimi" date="1398699433"]This issue has been solved in Qt Creator 3.1.0 as shown in this ticket:
https://bugreports.qt-project.org/browse/QTCREATORBUG-12021[/quote]Glad to hear that the problem is solved. Sorry for not helping you initially to solve this problem.