I would like to deploy a PySide6 application to Android. PySide6 has its backend as C++, thereby making calls to Qt C++ API through CPython. Would creating a recipe similar to the numpy recipe work, in deploying a PySide6 application to Android?
Thanks