build problem with ant
Solved
Installation and Deployment
-
My problem is that no matter I am using window or linux, when I would like to build the android apk with Qt example, I got error:
-- Command: /home/chrischan/Android/Sdk/tools/android update project --path /home/chrischan/progs/build-basiclayouts-Android_for_armeabi_v7a_GCC_4_9_Qt_5_8_0-Debug/android-build/ --target android-23 --name QtApp
Using ant: /usr/local/apache-ant-1.10.1/bin/ant
Buildfile: build.xml does not exist!Here is my installation.
- Qt-5.8.0
- apache-ant-1.10.1
- android sdk 23
- android ndk r14
Do anyone give a hint on how to solve the problem?
-
I have solved the problem by replacing the tools in the sdk file by downloading the tools_r25_windows.zip
The pack can be found in the following thread.