From 8c88e3cc7d85161ed3f2faa2d284d5fa40ef3478 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Sun, 22 Dec 2019 19:29:12 +0100 Subject: [PATCH] remove crystax from documentation --- README.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/README.md b/README.md index 0676cb2..9e967be 100644 --- a/README.md +++ b/README.md @@ -61,26 +61,6 @@ Note that this tool has nothing to do with the eponymous online build service buildozer android debug deploy run -## Installing Buildozer with target Python 3 (CrystaX, deprecated): - -After following the steps above to install buildozer and generate the default spec file, -you need to setup Crystax NDK as described below. - -- Download and extract the Crystax NDK somewhere (`~/.buildozer/crystax-ndk` is one option): https://www.crystax.net/en/download - -- Make sure the following lines are in your buildozer.spec file.: - - # Require python3crystax: - requirements = python3crystax,kivy - - # Point to the directory where you extracted the crystax-ndk: - android.ndk_path = - -- Finally, build, deploy and run the app on your phone:: - - buildozer android debug deploy run - - ## Buildozer Docker image A Dockerfile is available to use buildozer through a Docker environment.