You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thank you for your amazing work on this project! Your efforts to provide resources and tools for such a complex topic with limited documentation are truly appreciated.
I’m currently working on deploying a PySide-based desktop application to Android using your tool/repository. My app relies on several Python libraries in addition to PySide, including numpy, pyserial, serial, and matplotlib, and it runs perfectly on desktop. I’m wondering if it’s possible to include these additional libraries when deploying to Android, or if the deployment is limited to PySide modules only.
Could you kindly clarify:
Does your tool support including external Python libraries like numpy, pyserial, or matplotlib in Android builds?
If supported, are there specific steps or configurations (e.g., in sysroot.toml or the project file) to include these libraries?
Are there any known limitations or compatibility issues with these libraries on Android?
Thank you again for your time and dedication to this project. Any guidance or pointers would be greatly appreciated!