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