diff --git a/README.md b/README.md index 7fdbc3e2d..19e77d8fc 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`