From 43f3c11e958e5bac2afb0a5988beeb5d1c82de8d Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Sun, 27 Jul 2014 15:55:17 +0100 Subject: [PATCH] Cleared, updated and clarified buildozer packaging --- doc/sources/guide/packaging-android.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/sources/guide/packaging-android.rst b/doc/sources/guide/packaging-android.rst index ac5132e4e..cce6d9f1c 100644 --- a/doc/sources/guide/packaging-android.rst +++ b/doc/sources/guide/packaging-android.rst @@ -52,15 +52,17 @@ configuration. You should edit it appropriately with your app name etc. You can set variables to control most or all of the parameters passed to python-for-android. -Afterwards, plug in your android device and run:: +Finally, plug in your android device and run:: buildozer android debug deploy run to build, push and automatically run the apk on your device. -You can check the buildozer README at -``_ for more documentation of -buildozer's capabilities. +Buildozer has many available options and tools to help you, the steps +above are just the simplest way to build and run your +APK. The full documentation is available `here +`_. You can also check +the Buildozer README at ``_. .. _Packaging your application into APK: