mirror of https://github.com/kivy/kivy.git
Merge pull request #1081 from Zen-CODE/Doc_English_Improvements_22
Revisions to installation/installation-android.rst
This commit is contained in:
commit
b9e477922b
|
@ -8,8 +8,9 @@ absolutely nothing. Kivy is not an application.
|
||||||
|
|
||||||
That said, we provide a "launcher" that allows you to push
|
That said, we provide a "launcher" that allows you to push
|
||||||
your Kivy application onto your phone and execute it through a simple interface.
|
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
|
Instructions for packaging your Kivy app as a standalone application
|
||||||
way in the future.
|
can be found in the programming guide under
|
||||||
|
:doc:`Create a package for Android </guide/packaging-android>`.
|
||||||
|
|
||||||
To install the Kivy launcher, you must:
|
To install the Kivy launcher, you must:
|
||||||
|
|
||||||
|
@ -18,19 +19,24 @@ To install the Kivy launcher, you must:
|
||||||
#. Click on Install
|
#. Click on Install
|
||||||
#. Select your phone... And you're done!
|
#. 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 <Packaging your application for Kivy Launcher>`.
|
||||||
|
|
||||||
Now, you can put your Kivy applications in the Kivy directory on the SD Card.
|
|
||||||
Refer to :ref:`android` for a more detailed explanation.
|
Refer to :ref:`android` for a more detailed explanation.
|
||||||
|
|
||||||
Installation of Examples
|
Installation of Examples
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
#. Download the `Kivy demos for Android <http://kivy.googlecode.com/files/kivydemo-for-android.zip>`_
|
#. Download the `Kivy demos for Android <http://kivy.googlecode.com/files/kivydemo-for-android.zip>`_
|
||||||
#. Unzip the content, and go to the kivydemo-for-android
|
#. Unzip the contents and go to the folder `kivydemo-for-android`
|
||||||
#. Copy all the folders to
|
#. Copy all the the subfolders here to
|
||||||
|
|
||||||
/sdcard/kivy
|
/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...
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue