On Sunday 20 of October 2013 10:36:53 Lloyd Konneker wrote:
> Will pyinstaller create a Python/PyQt/Qt5.2 app for Android?
> 
> This question is forward-thinking because Qt5.2 is soon released and SHOULD
> support Android.
> 
> Suppose Android (based on the Linux kernel) supports dynamically loaded
> libraries. I'm still fuzzy about whether the Pyinstaller bootloader is
> compatible with the Android kernel ( to start a Python interpreter as a
> subprocess) and whether the kernel would load dynamic libraries.  Or do you
> need a very small Java program to start the ball rolling, bundled in an apk?

Android and apk is out of scope of pyinstaller. Look at the following tool for 
android and apk support:

https://github.com/kivy/python-for-android

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to