mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +03:00
71dcbbfdc1
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
5 lines
258 B
Markdown
5 lines
258 B
Markdown
# Instructions
|
|
|
|
1. Start a DevContainer either on GitHub Codespaces or locally in VSCode
|
|
2. Accept all licenses by running `yes | /usr/lib/android-sdk/cmdline-tools/latest/bin/sdkmanager --licenses`
|
|
3. You can now build the app using `./gradlew clean build`
|