Add support to specify an Android SDK in ANDROID_HOME
(fixes #463)
#1307
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
ANDROID_HOME
now takes precedence overANDROID_SDK_ROOT
ANDROID_HOME
andANDROID_SDK_ROOT
when Android commands are run in the shell.ANDROID_HOME
is setANDROID_SDK_ROOT
is setANDROID_SDK_ROOT
is deprecated but it is usedANDROID_HOME
andANDROID_SDK_ROOT
are set to the same valueANDROID_HOME
was setANDROID_HOME
andANDROID_SDK_ROOT
are set to different valuesANDROID_HOME
takes precedence overANDROID_SDK_ROOT
ANDROID_HOME
is a valid SDK, it is usedANDROID_HOME
is not a valid SDK, a warning is issued it isn't an SDK and Briefcase's SDK is usedNotes
ANDROID_HOME
andANDROID_SDK_ROOT
are set to different file paths.ANDROID_HOME
andANDROID_SDK_ROOT
for subprocess callsANDROID_SDK_ROOT
and Briefcase only setsANDROID_HOME
, theANDROID_SDK_ROOT
setting will leak in to subprocess calls.....therefore, the user would need to unsetANDROID_SDK_ROOT
to be able to run Briefcase.PR Checklist: