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

Commit

Permalink
android: explain how to get adb
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Jan 24, 2015
1 parent 33439e2 commit b821ea7
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions docs/android.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,16 @@ installed on the Android device.
Installation
------------

Ensure you have ``adb`` available in your path. If not, it is
available in the ``platform-tools`` directory. You can then install
the APK on a device attached through USB on your computer with the
following command::
You need the ``adb`` tool. On Debian and Ubuntu, you can install the
``android-tools-adb`` package to get it. Otherwise, it is available in
the ``platform-tools`` of the Android SDK. If you didn't install the
SDK yourself, it should be in ``~/.android-sdk``. If ``adb`` is not
present in the ``platform-tools`` directory, you can install it with::

tools/android update sdk --no-ui --all --filter platform-tool

You can then install the APK on a device attached through USB on your
computer with the following command::

adb install -r build/outputs/apk/dashkiosk-android-debug.apk

Expand Down

0 comments on commit b821ea7

Please sign in to comment.