Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
Qt Creator 3.4.0-beta1, Qt Creator 3.5.0-beta1
-
None
Description
Sadly I can't create a simple example but I can reproduce it using 0 AD Android port.
I'll try to create a summary of: http://trac.wildfiregames.com/wiki/AndroidPort#Implementation
- clone my 0ad repository from https://github.com/bog-dan-ro/0ad ($ git clone https://github.com/bog-dan-ro/0ad.git )
- checkout ktx branch (git checkout ktx)
- go to build/android and run ./setup-libs.sh -n path_to_your_NDK
- after previous step was succeed successfully, open 0ad/build/android/qtcreator/qtceator.pro project file in QtC.
- hit build button.
I get " Internal Error: Unknown Android deployment JSON file location." every time because QtC fails to parse qmake files correctly (it can't evaluate ANDROID_DEPLOYMENT_SETTINGS_FILE variable correctly).