This website works better with JavaScript
首頁
探索
說明
登入
SX_Cloud
/
space-android
關註
2
讚好
0
複刻
0
Files
問題管理
0
合併請求
0
Wiki
目錄樹:
a0694e8b8f
分支列表
標籤列表
sxspace
space-android
/
.devcontainer
Robin Windey
3a51b7505e
Use openjdk-11 in Devcontainer
2 年之前
..
Dockerfile
3a51b7505e
Use openjdk-11 in Devcontainer
2 年之前
README.md
336c5c84c4
Update README.md
3 年之前
devcontainer.env
71dcbbfdc1
Add support for GitHub codespaces
4 年之前
devcontainer.json
71dcbbfdc1
Add support for GitHub codespaces
4 年之前
README.md
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
.