Skip to content
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

Open
AdrianEddy opened this issue Apr 3, 2024 · 12 comments
Open

Unable to install Android 6.7.0 #774

AdrianEddy opened this issue Apr 3, 2024 · 12 comments
Labels
bug Something isn't working feedback Need feedback from issue reporter

Comments

@AdrianEddy
Copy link
Contributor

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):

  • OS: Windows 11
  • aqtinstall(aqt) v3.1.12 on Python 3.10.11 [CPython MSC v.1929 64 bit (AMD64)]
@AdrianEddy AdrianEddy added the bug Something isn't working label Apr 3, 2024
@timangus
Copy link

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

@a12e
Copy link

a12e commented Apr 22, 2024

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
Copy link

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...

rabits added a commit to state-of-the-art/qt6-docker that referenced this issue May 11, 2024
@AdrianEddy
Copy link
Contributor Author

Same issue with 6.7.1

@miurahr
Copy link
Owner

miurahr commented Jun 7, 2024

A PR is merged.

@miurahr
Copy link
Owner

miurahr commented Jun 20, 2024

v3.1.16 released

@miurahr miurahr added the feedback Need feedback from issue reporter label Jun 20, 2024
@ClarLabs
Copy link

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?

@pzhlkj6612
Copy link
Contributor

Hi, @ClarLabs .

seems 6.7.1 for Android and iOS are not available

What error message did you get? What arguments did you pass to aqtinstall?

@ClarLabs
Copy link

ClarLabs commented Jul 14, 2024

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

5.9.0 5.9.1 5.9.2 5.9.3 5.9.4 5.9.5 5.9.6 5.9.7 5.9.8 5.9.9
5.10.0 5.10.1
5.11.0 5.11.1 5.11.2 5.11.3
5.12.0 5.12.1 5.12.2 5.12.3 5.12.4 5.12.5 5.12.6 5.12.7 5.12.8 5.12.9 5.12.10 5.12.11 5.12.12
5.13.0 5.13.1 5.13.2
5.14.0 5.14.1 5.14.2
5.15.0 5.15.1 5.15.2
6.0.0 6.0.1 6.0.2 6.0.3 6.0.4
6.1.0 6.1.1 6.1.2 6.1.3
6.2.0 6.2.1 6.2.2 6.2.3 6.2.4
6.3.0 6.3.1 6.3.2
6.4.0 6.4.1 6.4.2 6.4.3
6.5.0 6.5.1 6.5.2 6.5.3
6.6.0 6.6.1 6.6.2 6.6.3

The error I get back is

Please use 'aqt list-qt linux android' to show versions of Qt available.

For python -m aqt list-qt linux android --arch 6.7.1

@pzhlkj6612
Copy link
Contributor

@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
```

@ClarLabs
Copy link

Sorry, updated now

@AdrianEddy
Copy link
Contributor Author

Installing 6.7.2 for Android was working in 3.1.16 but got broken again in 3.1.17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feedback Need feedback from issue reporter
Projects
None yet
Development

No branches or pull requests

6 participants