Skip to content

Commit e5229d1

Browse files
add: build-tools to PATH
1 parent faf5523 commit e5229d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/android-sdk/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ shopt -u dotglob
5151

5252
cd $ANDROID_HOME
5353

54-
export PATH="$PATH:$ANDROID_HOME/cmdline-tools/latest/bin"
54+
export PATH="$PATH:$ANDROID_HOME/cmdline-tools/latest/bin:$ANDROID_HOME/build-tools/$BUILD_TOOLS"
5555

5656
# Only needed if OpenJDK is not disabled.
5757
# checked as Java Feature installs it via sdkman causing “update-alternatives: error: no alternatives for javac”

0 commit comments

Comments
 (0)