File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ echo 'export PATH=$PATH:$ANDROID_HOME/tools' >> ~/.bashrc
1414echo ' export PATH=$PATH:$ANDROID_HOME/tools/bin' >> ~ /.bashrc
1515echo ' export PATH=$PATH:$ANDROID_HOME/emulator' >> ~ /.bashrc
1616
17- source ~ /.bashrc
18-
1917yes | sdkmanager " platform-tools" " platforms;android-33"
2018yes | sdkmanager " build-tools;33.0.0"
2119yes | sdkmanager " extras;android;m2repository"
You can’t perform that action at this time.
0 commit comments