You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2012/11/28 19:16:24 UTC

[47/50] git commit: added note about android tools on path to readme

added note about android tools on path to readme


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/82c8c566
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/82c8c566
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/82c8c566

Branch: refs/heads/master
Commit: 82c8c566a84e3cd04c57633e99261093064a39bd
Parents: 21073b1
Author: Fil Maj <ma...@gmail.com>
Authored: Thu Oct 4 11:33:21 2012 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Thu Oct 4 11:33:21 2012 -0700

----------------------------------------------------------------------
 README.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/82c8c566/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index e4e251a..a89dea4 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
   - [iOS SDK](http://developer.apple.com)
   - [Android SDK](http://developer.android.com) - **NOTE** This tool
     will not work unless you have the absolute latest updates for all
-    Android SDK components.
+    Android SDK components. Also you will need the SDK's `tools` and `platform-tools` directories on your __system path__ otherwise Android support will fail.
 
 cordova-client has been tested on Mas OS X and Linux.