Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #8 from vorburger/patch-1
Browse files Browse the repository at this point in the history
Add sudo chown -R vscode:vscode ${ANDROID_HOME} to android-cli
  • Loading branch information
akhildevelops authored Jul 11, 2024
2 parents c744f86 + 8deda6c commit 35c8207
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/android-cli/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ cd ${PATH_COMMAND_LINE_TOOLS}
mv !(tools) tools
cd ${ANDROID_HOME}

# https://github.com/akhildevelops/devcontainer-features/issues/7
sudo chown -R vscode:vscode ${ANDROID_HOME}

# Set Path
export PATH=${PATH_COMMAND_LINE_TOOLS}/tools/bin:$PATH

Expand Down

0 comments on commit 35c8207

Please sign in to comment.