From e9913a24202ee62f448acf7747406d9022e76dc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Haisman?= Date: Mon, 19 Dec 2022 22:39:32 +0100 Subject: [PATCH] Fix README.md Markdown formatting. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a368796d6..cb1b310c3 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ This build will create the source and javadoc jars and run spotbugs. ### Run the Android TCK -####Install required tools: +#### Install required tools: ##### MacOs / *nix - Install the Android SDK (`brew cask install android-sdk`) - Install `platform-tools` and `build-tools` using the sdkmanager (`sdkmanager "platform-tools" "build-tools"`) @@ -51,7 +51,7 @@ This build will create the source and javadoc jars and run spotbugs. - Launch studio and install SDK and emulator - Add an `ANDROID_HOME` to environmental variables (path used to install SDK on previous step) -####Run +#### Run - Configure a device (real or simulated) and launch it (use **API 26**, after that it asks for a signature, that isn't supported yet) - Activate the debug mode if it's a real device - `mvn package -Pandroid`