android/.devcontainer
Andy Scherzinger ad37fea9f3
pin ubuntu dependency
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-03-17 14:56:59 +01:00
..
Dockerfile pin ubuntu dependency 2024-03-17 14:56:59 +01:00
README.md Update README.md 2021-09-07 13:27:47 +05:30
devcontainer.env Add support for GitHub codespaces 2021-02-10 11:39:23 +00:00
devcontainer.json remove trailing comma 2023-11-01 22:02:32 +01:00

README.md

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.