From a4a42fb617d487fb9a8159f7c539a0af7db37127 Mon Sep 17 00:00:00 2001 From: Francis Duvivier Date: Thu, 1 Oct 2020 17:18:54 +0200 Subject: [PATCH] Upload andriod README with info about the release apk. --- android/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/README.md b/android/README.md index 18218e787..aaf509031 100755 --- a/android/README.md +++ b/android/README.md @@ -6,12 +6,12 @@ Our application is derived from the [TensorFlow Lite Object Detection Android De ### Prerequisites -- Setup [Android Studio](https://developer.android.com/studio/index.html) +- [Android Studio 3.2 or later](https://developer.android.com/studio/index.html) for building and installing the apk, or otherwise download the apk from the assets of the [latest release](https://github.com/intel-isl/OpenBot/releases/latest). - Android device and Android development environment with minimum API 21 -- Android Studio 3.2 or later ### Building +- In case you are using the apk from the assets of the [latest release](https://github.com/intel-isl/OpenBot/releases/latest), you can skip the below steps and instead just [install](https://www.lifewire.com/install-apk-on-android-4177185) it on your phone directly. Note that the app is signed only with a debug key. - Open Android Studio and select *Open an existing Android Studio project*. - Select the OpenBot/android directory and click OK. - Confirm Gradle Sync if neccessary.