Skip to content

Commit

Permalink
Merge pull request #976 from AndreMiras/feature/update_installation_d…
Browse files Browse the repository at this point in the history
…ocumentation

Updates install instructions and troubleshooting
  • Loading branch information
AndreMiras committed Sep 27, 2019
2 parents e58ad28 + 569c012 commit f01d09c
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Installation
============

Buildozer itself doesn't depend on any library, and works on Python 2.7 and >=
3.3. Depending the platform you want to target, you might need more tools
installed. Buildozer tries to give you hints or tries to install few things for
Buildozer itself doesn't depend on any library Python >= 3.3.
Depending the platform you want to target, you might need more tools installed.
Buildozer tries to give you hints or tries to install few things for
you, but it doesn't cover every situation.

First, install the buildozer project with::

pip install --upgrade buildozer
pip3 install --user --upgrade buildozer

Targeting Android
-----------------
Expand Down Expand Up @@ -43,11 +43,18 @@ Aidl not found, please install it.
Buildozer didn't install a necessary package

::

~/.buildozer/android/platform/android-sdk/tools/bin/sdkmanager "build-tools;29.0.0"

Then press "y" then enter to accept the license.


python-for-android related errors
"""""""""""""""""""""""""""""""""
See the dedicated `p4a troubleshooting documentation
<https://python-for-android.readthedocs.io/en/latest/troubleshooting/>`_.


Targeting IOS
~~~~~~~~~~~~~

Expand Down

0 comments on commit f01d09c

Please sign in to comment.