This website works better with JavaScript
首頁
探索
說明
登入
SX_Cloud
/
space-android
關註
2
讚好
0
複刻
0
Files
問題管理
0
合併請求
0
Wiki
目錄樹:
e960a0b0b7
分支列表
標籤列表
sxspace
space-android
/
.devcontainer
/
README.md
README.md
411 B
文件歷史
原始文件
Instructions
Start a DevContainer either on GitHub Codespaces or locally in VSCode.
Accept all licenses by running
yes | /usr/lib/android-sdk/cmdline-tools/latest/bin/sdkmanager --licenses
.
You can now build the app using
./gradlew clean build
.