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.

build QuteLauncher Error: Failed to find Build Tools revision 24.0.1

还要下载 SDK tool

build QuteLauncher Error: Failed to find Build Tools revision 24.0.1

成功解决次问题

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

build QuteLauncher Error: Failed to find Build Tools revision 24.0.1

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-27
  • 2021-12-20
  • 2021-12-18
  • 2021-06-11
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-04
  • 2022-01-07
  • 2021-08-13
  • 2021-06-02
  • 2021-12-19
  • 2021-11-11
  • 2021-05-01
相关资源
相似解决方案