File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
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.1 " ,
4+ "version" : " 1.0.2 " ,
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,7 +14,7 @@ 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- yes | sdkmanager " platform-tools" " platforms;android-33"
18- yes | sdkmanager " build-tools;33.0.0"
19- yes | sdkmanager " extras;android;m2repository"
20- yes | sdkmanager --install " ndk;23.1.7779620"
17+ yes | $ANDROID_HOME /cmdline-tools/latest/bin/ sdkmanager " platform-tools" " platforms;android-33"
18+ yes | $ANDROID_HOME /cmdline-tools/latest/bin/ sdkmanager " build-tools;33.0.0"
19+ yes | $ANDROID_HOME /cmdline-tools/latest/bin/ sdkmanager " extras;android;m2repository"
20+ yes | $ANDROID_HOME /cmdline-tools/latest/bin/ sdkmanager --install " ndk;23.1.7779620"
You can’t perform that action at this time.
0 commit comments