QT6安裝Android SDK出現"Android SDK Command-line Tools run"出錯解決辦法

GiveCookies發表於2024-06-15

前言

以下提供的方案, 是在QT6,Android studio均有安裝的前提下, 安裝完javaJDK, 在設定安卓SDK時出現的問題, 具體表現如標題所言
本文目的是以做筆記學習,交流為主, 推薦參考參考連結

參考連結

https://blog.csdn.net/yy_xzz/article/details/132135255

操作流程

  1. 確定NDK路徑

image

  1. 進入路徑

image

  1. 從以下網址選擇對應的cmdline tools版本並覆蓋

"sdk_tools_url": {
"linux": "https://dl.google.com/android/repository/commandlinetools-linux-9123335_latest.zip",
"linux_sha256": "0bebf59339eaa534f4217f8aa0972d14dc49e7207be225511073c661ae01da0a",
"windows": "https://dl.google.com/android/repository/commandlinetools-win-9123335_latest.zip",
"windows_sha256": "8a90e6a3deb2fa13229b2e335efd07687dcc8a55a3c544da9f40b41404993e7d",
"mac": "https://dl.google.com/android/repository/commandlinetools-mac-9123335_latest.zip",
"mac_sha256": "d0192807f7e1cd4a001d13bb1e5904fc287b691211648877258aa44d1fa88275"
}

  1. 重開QT6

相關文章