-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install Android 6.7.0 #774
Comments
I suspect the root cause here is similar to #779. |
Have you found a workaround to this? When forcing |
Well my hack for wasm (timangus@5fd08c4) will probably address some of the problem but I expect you'll need to change more to get android working... |
* AQT android was moved: miurahr/aqtinstall#774 * AQT wasm was moved: miurahr/aqtinstall#779
Same issue with 6.7.1 |
A PR is merged. |
v3.1.16 released |
I need QT 6.7.1, using aqt 3.1.16 but seems 6.7.1 for Android and iOS are not available, I thought AQT used the QT Mirrors, so naively assumed all qt versions are available from the get go. I guess not, which will make it hard to convince my colleagues to use AQT in the pipeline :(, is there a future update that intends to fix this? |
Hi, @ClarLabs .
What error message did you get? What arguments did you pass to aqtinstall? |
Sorry, I might be wrong about iOS will run some more tests on that, with Android however, I do something like - script: |
python -m aqt list-qt linux android
displayName: 'List Qt Versions'
- script: |
python -m aqt list-qt linux android --arch 6.7.1
displayName: 'List Archs'
- script: |
python -m aqt list-qt linux android --modules 6.7.1 android_armv7
displayName: 'List Modules'
- script: |
python -m aqt list-tool linux android
displayName: 'List Tools' The following responses I get back Qt versions are
The error I get back is
For python -m aqt list-qt linux android --arch 6.7.1 |
@ClarLabs, please format your code with the codeblock format: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#syntax-highlighting ```yaml
Your workflow configuration
``` |
Sorry, updated now |
Installing 6.7.2 for Android was working in 3.1.16 but got broken again in 3.1.17 |
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 macosLooks 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:
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):
aqtinstall(aqt) v3.1.12 on Python 3.10.11 [CPython MSC v.1929 64 bit (AMD64)]
The text was updated successfully, but these errors were encountered: