From e2211026589e4ece6d6497ea6053c1efb796d2bf Mon Sep 17 00:00:00 2001 From: qua-non Date: Wed, 7 Nov 2012 15:32:37 +0530 Subject: [PATCH] Doc: make the VM visible in creating apk docs --- doc/sources/guide/packaging-android.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/sources/guide/packaging-android.rst b/doc/sources/guide/packaging-android.rst index 4906a6f90..f95afc7bb 100644 --- a/doc/sources/guide/packaging-android.rst +++ b/doc/sources/guide/packaging-android.rst @@ -10,6 +10,12 @@ Create a package for Android .. _Packaging your application into APK: +TestDrive +--------- +There is a VirtualBox Image we provide with the prerequisites along with +Android SDK and NDK preinstalled to ease your installation woes. You can +download it from `here `_. + Packaging your application into APK ----------------------------------- @@ -29,7 +35,7 @@ First, follow the prerequisites needed for the project: http://python-for-android.readthedocs.org/en/latest/prerequisites/ -Then a console, and type:: +Then open a console, and type:: git clone git://github.com/kivy/python-for-android