Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
android: update build instruction to use gradle wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Jan 23, 2015
1 parent ca8d2f3 commit 35bcef8
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docs/android.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,21 +53,20 @@ download a `pre-compiled version from GitHub`_.

.. _pre-compiled version from GitHub: https://github.com/vincentbernat/dashkiosk/releases/

You need to download the `Android SDK`_ and `Gradle`_ 2.2.1. Once
installed, you should manage to get the ``android`` command (for
*Android SDK*) and the ``gradle`` command (for *Gradle) in your
path. Execute the remaining steps:
You need to download the `Android SDK`. Once installed, you should
manage to get the ``android`` command in your path. Execute the
remaining steps:

1. Run the ``android`` command and ensure a version matching the one
in ``build.gradle`` file of the build tools is installed. Also
ensure that you install the SDK for the target API (as specified
in ``AndroidManifest.xml``).

1. Clone the `git repository`_.
2. Clone the `git repository`_.

6. Build the application with the following command::
3. Build the application with the following command::

gradle assemble
./gradlew assemble

At the end of the compilation, you get
``build/outputs/apk/dashkiosk-android-debug.apk`` that should be
Expand Down

0 comments on commit 35bcef8

Please sign in to comment.