[SOLVED] Qt 5.2 - Beta : Deploying to Android
-
wrote on 14 Aug 2014, 05:22 last edited by
I had the same error code 14.
The solution was simple:
@sudo apt-get install ant@ -
wrote on 19 Aug 2014, 16:39 last edited by
I tried to do it and the error continous. I think the error it can be the aidl.
[quote author="IvanZuy" date="1407993752"]I had the same error code 14.
The solution was simple:
@sudo apt-get install ant@[/quote] -
wrote on 21 Mar 2016, 17:31 last edited by
I have Qt 5.5.1 on my Mac OS 10.11.3 with QtCreator 3.6.0. I have same issue with target android build SDK 17 and below. Changing target SDK to 18 and above solved problem. But I need Target Android version 14.
I found that there is a problem on AndroidManifest.xml file for me. It has "layoutDirection" in "configChanges" attribute. So I removed that and problem solved :)
I suggest you to re-read errors carefully. It will guid you to solving problems.
"error: Error: String types not allowed (at 'configChanges' with value 'orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation')."