Skip to content

Commit

Permalink
Merge pull request #91574 from basicer/patch-2
Browse files Browse the repository at this point in the history
Fix missing space in missing sdkmanager error message.
  • Loading branch information
akien-mga committed May 6, 2024
2 parents ca64891 + 3093ef4 commit c01441e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/android/detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def install_ndk_if_needed(env: "SConsEnvironment"):
else:
print_error(
f'Cannot find "{sdkmanager}". Please ensure ANDROID_HOME is correct and cmdline-tools'
f'are installed, or install NDK version "{get_ndk_version()}" manually.'
f' are installed, or install NDK version "{get_ndk_version()}" manually.'
)
sys.exit(255)
env["ANDROID_NDK_ROOT"] = get_android_ndk_root(env)
Expand Down

0 comments on commit c01441e

Please sign in to comment.