Python and android problem with deploy
-
Hello, I have a problem with python and android. When I open a new Project project (Qt Quick) seamlessly everything works, deploy to android, display app in windows. But when I open an application like Qt For python and want to upload it to AVD, it doesn't work, and I use the same parameters for both projects. It gives me mistakes,
Initializing deployment to Android device / simulator
Error while building / deploying project main (kit: Android Qt 5.12.2 Clang x86)
When executing step "<b> Deploy to Android device </b>"Does anyone have experience creating a python app in android?
Last week I started with QT and python 2 years ago.
I use Qt on windows 10Well thank you.
-
Hi and welcome to devnet,
Python app development for Androïd is not trivial. See this stack overflow answer.
AFAIK, there's no direct way to use PySide2/6 or PyQt5 directly like that.