如果我想要开发C++ Qt应用程序,那么开发工具的版本是什么呢?我尝试了几个组合,但它们都失败了,奇怪的构建错误,一个简单的Hello测试应用程序。
目前,我
但是,例如,这与
Buildfile: build.xml does not exist!
Build failed
Warning: Android platform 'android--1' does not exist in SDK.
Building the android package failed!
-- For more information, run this command with --verbose.
21:35:44: Der Prozess "C:\EigeneDateien\bin\Qt-5.8.0\5.8\android_armv7\bin\androiddeployqt.exe" wurde mit dem Rückgabewert 14 beendet.我想使用开源版本。
请给出一个有正确版本号的工具列表,或者下载链接。
发布于 2020-01-10 09:00:57
好的方法是使用Qt的在线安装程序(https://www.qt.io/download-qt-installer),获取QtCreator/Qt的最新版本,然后是ndk/sdk/jdk的最新版本,然后交叉你的手指,因为它并不总是工作.
我在2019年初和它打了一架bt,从那时起,在Windows 7和10下,这是一个非常适合我的组合。
platform-tools和android-28。试试sdkmanager "platform-tools" "platforms;android-28"不再需要ant,QtCreator将悄悄下载和使用gradle。
https://stackoverflow.com/questions/50280441
复制相似问题