From 5e89597f7e8ae07f270a5ddb664ac4145fa0eabc Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Sun, 27 Jul 2014 19:00:56 +0100 Subject: [PATCH] doc: Changed code format for clarity --- doc/sources/guide/android.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/sources/guide/android.rst b/doc/sources/guide/android.rst index 22933d40a..cbb3c4d6b 100644 --- a/doc/sources/guide/android.rst +++ b/doc/sources/guide/android.rst @@ -48,8 +48,11 @@ You'll see all the logs including your stdout/stderr and Kivy logger. If you packaged your app with Buildozer, the `adb` tool may not be in -your :code:`$PATH` and the above command may not work. You can instead run -:code:`buildozer logcat` to run the version installed by Buildozer, or +your :code:`$PATH` and the above command may not work. You can instead run:: + + buildozer logcat + +to run the version installed by Buildozer, or find the SDK tools at :code:`$HOME/.buildozer/android/platform`.