apache / cordova-docs

Apache Cordova Documentation
https://cordova.apache.org/
Apache License 2.0
350 stars 554 forks source link

[Android] Set ANDROID_HOME instead of deprecated ANDROID_SDK_ROOT #1306

Closed mosabab closed 11 months ago

mosabab commented 12 months ago

Platforms affected

Android

Motivation and Context

Closes https://github.com/apache/cordova-docs/issues/1296

ANDROID_HOME is default Since this PR: https://github.com/apache/cordova-android/pull/1471 The documentation should be deal with latest updates. Because ANDROID_HOME is new default and ANDROID_SDK_ROOT is deprecated.


Also to insure that Android SDK Command-line Tools is selected.

Description

Testing

Checklist

mosabab commented 11 months ago

@breautek Thanks for explain.