forked from pyscripter/python4delphi
-
Notifications
You must be signed in to change notification settings - Fork 19
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 uses PyDistFinder to locate and easely deploy Python3.9 with a Delphi Android application. The Android CameraPreviewDemo also provides an overview in how to deploy Python3.9 and use the interoperability between Delphi and Python.
Before using one of the demos available under Android demos, open PyDistFinder project and compilet it. It is used in the pre-build event of the related demos projects.