-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Qt6: Failed to install Qt6 Android on Linux Host #193
Comments
Work around in #200 and it has already merged into master. |
Fix is out as v1.0.0b2 |
The installer gives The Qt android installed from QtOnlineInstaller has this pointed to a |
You can install desktop version by yourself before installing android version. |
As you may check here: https://github.com/Qv2ray/Qv2ray/runs/1853603668?check_suite_focus=true#step:4:359 It's referencing an external address: This below is the content of
|
There seems be necessary to patch many files for Qt6, because of contents of meta package script for android such as follows. aqtinstall does not support qscript scripting engine, so users should handle them by hand by themselves
|
PR #210 handle the case, it modify qmake script for android installation, that is now merged into master branch. |
released the fix. |
Wait, there's another quick question.
With
The |
aqt don't have a feature to patch |
Thanks for your reply, for future reference, this patch make the toolchain work.
|
Version:
aqtinstall-0.10.1
installed via pipAfter running
aqt install 6.0.0 linux android android_armv7
it says:Following the code, it tries to search
DownloadableArchives
however in this XML it's empty. However there's a new keyDependencies
which could help.The text was updated successfully, but these errors were encountered: