Repository: cordova-docs
Updated Branches:
  refs/heads/master 3c392f557 -> 1d198e982


[CB-6740][amazon-fireos]Clean up error reporting when AmazonWebView SDK not 
found
Updated amazon-fireos platform guide with new location for AWV SDK.


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/1d198e98
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/1d198e98
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/1d198e98

Branch: refs/heads/master
Commit: 1d198e982f686a0e79fd4d0689ab6485c4849da1
Parents: 3c392f5
Author: Archana Naik <[email protected]>
Authored: Tue Jun 3 13:25:01 2014 -0700
Committer: Archana Naik <[email protected]>
Committed: Mon Jun 16 13:28:11 2014 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/amazonfireos/index.md | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/1d198e98/docs/en/edge/guide/platforms/amazonfireos/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/amazonfireos/index.md 
b/docs/en/edge/guide/platforms/amazonfireos/index.md
index 9fc3efa..55606f2 100644
--- a/docs/en/edge/guide/platforms/amazonfireos/index.md
+++ b/docs/en/edge/guide/platforms/amazonfireos/index.md
@@ -103,19 +103,18 @@ type `java`, if it does not run, append the location of 
the Java binaries to you
 
 ### Amazon WebView SDK
 
-In order to create Cordova apps using the Amazon Fire OS platform target, 
you'll need to download, unpack and install the Amazon WebView SDK support 
files. This step will only need to be done for your first Amazon Fire OS 
project, or if you upgrade Cordova.
+In order to create Cordova apps using the Amazon Fire OS platform target, 
you'll need to download, unpack and install the Amazon WebView SDK support 
files. This step will only need to be done for your first Amazon Fire OS 
project.
 
 * Download the Amazon WebView SDK from the [Amazon Developer 
Portal](https://developer.amazon.com/public/solutions/platforms/android-fireos/docs/building-and-testing-your-hybrid-app).
 
-* Copy `awv_interface.jar` from the downloaded SDK to Cordova's working 
directory: 
+* Copy `awv_interface.jar` from the downloaded SDK to Cordova's working 
directory. Create commonlibs(shown below) folder if it doesn't exist: 
        
        **Mac/Linux:** 
-       `~/.cordova/lib/amazon-fireos/cordova/[cordova_release]/framework/libs/`
+       `~/.cordova/lib/commonlibs/`
 
        **Windows:**
-       
`%USERPROFILE%\.cordova\lib\amazon-fireos\cordova\[cordova_release]\framework\libs`
+       `%USERPROFILE%\.cordova\lib\commonlibs`
 
-***Note:*** Because of Cordova's on-demand install process, the 
`~/.cordova/lib/amazon-fireos` platform directory will not be created until you 
add the platform to your first project.
 
 ## Create New Project for Amazon Fire OS
 

Reply via email to