Skip to content

Android deployment

Lucas Moura Belo edited this page Sep 23, 2021 · 10 revisions

How to deploy Python with an Delphi Android application

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.

Using cross-compiled Python3.9

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.

Setting up your environment

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.

Clone this wiki locally