This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
SX_Cloud
/
space-android
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
adb1269e0a
Rami (Branch)
Tag
sxspace
space-android
/
.devcontainer
Andy Scherzinger
6c12d14cec
remove trailing comma
1 anno fa
..
Dockerfile
3a51b7505e
Use openjdk-11 in Devcontainer
3 anni fa
README.md
336c5c84c4
Update README.md
3 anni fa
devcontainer.env
71dcbbfdc1
Add support for GitHub codespaces
4 anni fa
devcontainer.json
6c12d14cec
remove trailing comma
1 anno fa
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
.