Skip to content

Commit 2640bba

Browse files
committed
fix: fix install.sh
1 parent e0fe1e1 commit 2640bba

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/android-sdk/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "android-sdk",
33
"id": "android-sdk",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "Setup android sdk in your development container",
66
"documentationURL": "https://github.com/pnstack/codespace",
77
"licenseURL": "https://github.com/pnstack/codespace/blob/main/LICENSE",

src/android-sdk/install.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ echo 'export PATH=$PATH:$ANDROID_HOME/tools' >> ~/.bashrc
1414
echo 'export PATH=$PATH:$ANDROID_HOME/tools/bin' >> ~/.bashrc
1515
echo 'export PATH=$PATH:$ANDROID_HOME/emulator' >> ~/.bashrc
1616

17-
source ~/.bashrc
18-
1917
yes | sdkmanager "platform-tools" "platforms;android-33"
2018
yes | sdkmanager "build-tools;33.0.0"
2119
yes | sdkmanager "extras;android;m2repository"

0 commit comments

Comments
 (0)