build QuteLauncher Error: Failed to find Build Tools revision 24.0.1

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/yt_42370304/article/details/81503711

Error: Failed to find Build Tools revision 24.0.1

运行

export ANDROID_NDK_ROOT=/opt/android/android-ndk-r16b
export ANDROID_SDK_ROOT=/opt/android/android-sdk-linux

mkdir -p tmp

~/Qt/Qt5.9.4/5.9.4/android_armv7/bin/qmake
make && make install INSTALL_ROOT=`pwd`/tmp/

~/Qt/Qt5.9.4/5.9.4/android_armv7/bin/androiddeployqt --input src/android-lib*-deployment-settings.json --gradle --output ./tmp/ --verbose

打开android studio. File -> settings.

还要下载 SDK tool

成功解决次问题

如果不出什么意外应该能成功生产APK

猜你喜欢

转载自blog.csdn.net/yt_42370304/article/details/81503711
今日推荐