miurahr / aqtinstall

aqt: Another (unofficial) Qt CLI Installer on multi-platforms
https://aqtinstall.readthedocs.io/en/latest/
MIT License
893 stars 83 forks source link

Unable to install Android 6.7.0 #774

Open AdrianEddy opened 3 months ago

AdrianEddy commented 3 months ago

Describe the bug aqt list-qt windows android doesn't show 6.7.0 and it's not possible to install it. Same with linux or macos

Looks like starting with 6.7.0, the Android archives are moved to all_os folder, here: https://download.qt.io/online/qtsdkrepository/all_os/android/qt6_670_arm64_v8a/

To Reproduce Steps to reproduce the behavior:

  1. Run aqt install-qt windows android 6.7.0 android_arm64_v8a

Expected behavior It should download and install the 6.7.0 Android package

Desktop (please complete the following information):

timangus commented 2 months ago

I suspect the root cause here is similar to #779.

a12e commented 2 months ago

Have you found a workaround to this?

When forcing all_os, I got: aqt install-qt: error: argument host: invalid choice: 'all_os' (choose from 'linux', 'linux_arm64', 'mac', 'windows')

timangus commented 2 months ago

Well my hack for wasm (https://github.com/timangus/aqtinstall/commit/5fd08c42d55c21b75dddc693ddb72d8d6d2ce582) will probably address some of the problem but I expect you'll need to change more to get android working...

AdrianEddy commented 1 month ago

Same issue with 6.7.1

miurahr commented 4 weeks ago

A PR is merged.

miurahr commented 2 weeks ago

v3.1.16 released