[WIP] feat: support ANDROID_SDK_ROOT according to android docs by rigor789 · Pull Request #5632 · NativeScript/nativescript-cli · GitHub
Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 40 additions & 11 deletions packages/doctor/src/android-tools-info.ts
2 changes: 1 addition & 1 deletion packages/doctor/src/doctor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export class Doctor implements NativeScriptDoctor.IDoctor {
this.processValidationErrors({
warnings: this.androidToolsInfo.validateAndroidHomeEnvVariable(),
infoMessage:
"Your ANDROID_HOME environment variable is set and points to correct directory.",
"Your ANDROID_SDK_ROOT environment variable is set and points to correct directory.",
platforms: [Constants.ANDROID_PLATFORM_NAME],
}),
this.processSysInfoItem({
Expand Down
29 changes: 22 additions & 7 deletions packages/doctor/typings/interfaces.ts