You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/03/27 06:04:41 UTC

[GitHub] [cordova-docs] erisu commented on issue #955: Added Cordova Android to API/Android version support

erisu commented on issue #955: Added Cordova Android to API/Android version support
URL: https://github.com/apache/cordova-docs/pull/955#issuecomment-476991091
 
 
   Under section **Setting environment variables**, we still have written 
   ```
   2. Set the ANDROID_HOME environment variable to the location of your Android SDK installation
   ```
   Should this be updated to:
   ```
   2. Set the ANDROID_SDK_ROOT environment variable to the location of your Android SDK installation
   ```
   This would be related to the changes in this PR: https://github.com/apache/cordova-android/issues/617
   
   It would also mean changing:
   ```
   export ANDROID_HOME=/Development/android-sdk/
   ```
   to
   ```
   export ANDROID_SDK_ROOT=/Development/android-sdk/
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org