Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luhmer <david-dev@live.de>2019-04-30 02:30:46 +0300
committerDavid Luhmer <david-dev@live.de>2019-04-30 02:30:46 +0300
commitde3823108b2d3339688c654f5ec501853161f629 (patch)
tree70c06bee6f75295aa1c701cf27f79e9c03a88db4 /README.md
parent225136ea77c5e986a288c5f8d288eaaebe45ab71 (diff)
add support for android auto
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8299c187..04c09349 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,14 @@ Download and install:
4. Import the Project in Android Studio and start coding!
+Testing with Android Auto:
+-----------------------
+1. Open Android Studio, click on "Tools" -> "SDK Manager"
+2. Select and install "Android Auto API Simulators"
+3. Open terminal, go to <android-sdk>/extras/google/simulators
+4. Install apk using adb (`../../../platform-tools/adb install media-browser-simulator.apk`)
+5. Install apk using adb (`../../../platform-tools/adb install messaging-simulator.apk`)
+
That's all. I hope it works for you! If something is not working, please send me an email to david-dev@live.de