mirror of
https://github.com/nextcloud/android.git
synced 2026-01-13 05:42:52 +00:00
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.