Repository: cordova-cli Updated Branches: refs/heads/master f182d9916 -> 087c39185
[CB-6740][amazon-fireos]Clean up error reporting when AmazonWebView SDK not found Updated cli readme to point to correct location to copy AWV SDK. Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/087c3918 Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/087c3918 Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/087c3918 Branch: refs/heads/master Commit: 087c3918585c9dc50e2759ada1139bcc78d1d34e Parents: f182d99 Author: Archana Naik <[email protected]> Authored: Tue Jun 3 13:50:49 2014 -0700 Committer: Archana Naik <[email protected]> Committed: Mon Jun 16 13:30:52 2014 -0700 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/087c3918/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index a66863c..dffac20 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Check out the [Getting Started guides](http://cordova.apache.org/docs/en/edge/) - **Android**: [Android SDK](http://developer.android.com) - **NOTE** This tool will not work unless you have the absolute latest updates for all Android SDK components. Also you will need the SDK's `tools` and `platform-tools` directories on your __system path__ otherwise Android support will fail. - - [Amazon Fire OS SDK](https://developer.amazon.com/sdk/fire/IntegratingAWV.html#installawv) - **NOTE** This tool will not work unless you have Android SDK installed and paths are updated as mentioned above. In addition you need to install AmazonWebView SDK and copy awv_interface.jar to corodva-amazon-fireos/framework/libs folder. If libs folder does not exist then create one. + - **amazon-fireos**: [Amazon Fire OS SDK](https://developer.amazon.com/public/solutions/platforms/android-fireos/docs/building-and-testing-your-hybrid-app) - **NOTE** This tool will not work unless you have Android SDK installed and paths are updated as mentioned above. In addition you need to install AmazonWebView SDK and copy awv_interface.jar on **Mac/Linux** system to ~/.cordova/lib/commonlibs folder or on **Windows** %USERPROFILE%/.cordova/lib/coomonlibs. If commonlibs folder does not exist then create one. - [Windows Phone SDK](http://dev.windowsphone.com/en-us/downloadsdk) - **NOTE** This tool will not work unless you have `msbuild` on your __system path__ otherwise Windows Phone support will fail (`msbuild.exe` is generally located in `C:\Windows\Microsoft.NET\Framework\v4.0.30319`). - **BlackBerry 10**: [BlackBerry 10 WebWorks SDK](http://developer.blackberry.com/html5/download/). Make sure you have the `dependencies/tools/bin` folder inside the SDK directory added to your path! - **iOS**: [iOS SDK](http://developer.apple.com) with the latest `Xcode` and `Xcode Command Line Tools`
