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 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.

Clone this wiki locally