mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-19 13:41:26 +00:00
6 lines
258 B
Markdown
6 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`
|