Cleared, updated and clarified buildozer packaging

This commit is contained in:
Alexander Taylor 2014-07-27 15:55:17 +01:00
parent 1bbd3cbbea
commit 43f3c11e95
1 changed files with 6 additions and 4 deletions

View File

@ -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 etc. You can set variables to control most or all of the parameters
passed to python-for-android. 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 buildozer android debug deploy run
to build, push and automatically run the apk on your device. to build, push and automatically run the apk on your device.
You can check the buildozer README at Buildozer has many available options and tools to help you, the steps
`<https://github.com/kivy/buildozer>`_ for more documentation of above are just the simplest way to build and run your
buildozer's capabilities. APK. The full documentation is available `here
<http://buildozer.readthedocs.org/en/latest/>`_. You can also check
the Buildozer README at `<https://github.com/kivy/buildozer>`_.
.. _Packaging your application into APK: .. _Packaging your application into APK: