forked from pyscripter/python4delphi
-
Notifications
You must be signed in to change notification settings - Fork 17
Android deployment
Lucas Moura Belo edited this page Sep 23, 2021
·
10 revisions
The Android demo directory provides a sample of how to deploy Python with your Delphi Android applications. Python 3.9 is also availabe as an Android cross-compiled version within this repo. Fell free to use it and create your our deployable Python3 version.
The Android demo directory uses PyDistFinder to locate and easely deploy Python3.9 with a Delphi Android application. The Android CameraPreviewDemo directory also provides an overview in how to deploy Python3.9 and use the interoperability between Delphi and Python.