From 31e46cf70de053cca2b7787553b3439909d33fb2 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 28 Jan 2015 12:57:41 -0800 Subject: [PATCH] bullet out android-sdk requirements --- BUILD_ANDROID.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/BUILD_ANDROID.md b/BUILD_ANDROID.md index bbdc194aa2..c1d4cefc02 100644 --- a/BUILD_ANDROID.md +++ b/BUILD_ANDROID.md @@ -6,7 +6,11 @@ You will need the following tools to build our Android targets. * [Android NDK](https://developer.android.com/tools/sdk/ndk/index.html) = r10c * [Android SDK](http://developer.android.com/sdk/installing/index.html) ~> 24.0.2 - * You must install the latest Platform-tools, latest Build-tools, the SDK Platform for API Level 19 and Sources for Android SDK for API Level 19. If you want to run on an emulator you will also need the ARM EABI v7a System Image. + * Install the latest Platform-tools + * Install the latest Build-tools + * Install the SDK Platform for API Level 19 + * Install Sources for Android SDK for API Level 19 + * If you want to run on an emulator you will also need the ARM EABI v7a System Image. You will also need to cross-compile the dependencies required for all platforms for Android, and help CMake find these compiled libraries on your machine.