Fix Qt/PySide6 based android service#3264
Conversation
…to Qt preparations not done and Qt libs not loaded
|
This PR require a rebase due to changes to fix the CI and such. |
|
The branch has been updated and now is compatible with the latest devel branch. |
|
The new CI auto tests complained about: 'error: Imports not contiguous' which previously was acceptable and was part of the previous PythonService Class. I also updated the branch so the imports in the java file are now contiguous |
Yes it's just the linter introduced in #3268, but not nice that it created conflicts on your pull request, sorry about that. |
|
@AshkanV Can you fix this PR? |
|
Sorry I was very busy. I try to do the fix and update my repo and rebase my branch on the latest commit |
|
I create a new branch as the committer user info was not my Github one, I am waiting for auto checks/tests result and if there are any problems, I am going to fix theme. For now I close this PR so the new one be the final work |
Fix android service containing PySide6 codes crashes the service due to Qt preparations not done and Qt libs not loaded