From 885659543bace6539cfa10dae6fa049e85ef92a4 Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Wed, 3 Apr 2013 15:18:55 -0500 Subject: [PATCH] Revisions to installation/installation-android.html --- .../installation/installation-android.rst | 20 ++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/doc/sources/installation/installation-android.rst b/doc/sources/installation/installation-android.rst index 1adcde592..680826270 100644 --- a/doc/sources/installation/installation-android.rst +++ b/doc/sources/installation/installation-android.rst @@ -8,8 +8,9 @@ absolutely nothing. Kivy is not an application. That said, we provide a "launcher" that allows you to push your Kivy application onto your phone and execute it through a simple interface. -We'll provide instructions for packaging your Kivy application in a standalone -way in the future. +Instructions for packaging your Kivy app as a standalone application +can be found in the programming guide under +:doc:`Create a package for Android `. To install the Kivy launcher, you must: @@ -18,19 +19,24 @@ To install the Kivy launcher, you must: #. Click on Install #. Select your phone... And you're done! -If you don't have Google Play Store on your tablet, check http://kivy.org/#download for downloading the APK manually. +If you don't have access to the Google Play Store on your phone/tablet, +you can download and install the APK manually from http://kivy.org/#download. + +Once the Kivy laucher is installed, you can put your Kivy applications in the Kivy +directory on the SD Card. The launcher will then automatically detect and display +them in its menu, provided you have +:ref:`packaged them correctly `. -Now, you can put your Kivy applications in the Kivy directory on the SD Card. Refer to :ref:`android` for a more detailed explanation. Installation of Examples ------------------------ #. Download the `Kivy demos for Android `_ -#. Unzip the content, and go to the kivydemo-for-android -#. Copy all the folders to +#. Unzip the contents and go to the folder `kivydemo-for-android` +#. Copy all the the subfolders here to /sdcard/kivy -#. Run the launcher and select one of Pictures, Showcase, Touchtracer, Cymunk demo... +#. Run the launcher and select one of the Pictures, Showcase, Touchtracer, Cymunk or other demos...