From 2c30f4c8f7bba9d8d514f561736833d527475975 Mon Sep 17 00:00:00 2001 From: Bernhard Miklautz Date: Sat, 15 Nov 2014 00:49:06 +0100 Subject: [PATCH] android: update documentation Add Android support library to requirements. --- docs/README.android | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/README.android b/docs/README.android index 7b0bf4fe2..d64bbd5df 100644 --- a/docs/README.android +++ b/docs/README.android @@ -23,7 +23,9 @@ For the Android port some additional dependencies need to be fulfilled: * for the Java GUI (if build with ant) - ant -- Android SDK - version >= 21 +- Android SDK Tools - version >= 21 +- Android Support Library (note: make sure ANDROID_APP_TARGET_SDK is set to be at + least the API level required by the support library) FreeRDP requires openssl libraries for building but they are not part of the Android NDK and therefore they need to be prebuild manually.