https://github.com/kotatsuapp/build-sdk
A repository configured to install Android development tools (Android SDK in Codespaces) for Kotatsu builds.
https://github.com/kotatsuapp/build-sdk
android android-library android-sdk codespaces devcontainer sdk sdk-android
Last synced: 10 months ago
JSON representation
A repository configured to install Android development tools (Android SDK in Codespaces) for Kotatsu builds.
- Host: GitHub
- URL: https://github.com/kotatsuapp/build-sdk
- Owner: KotatsuApp
- Created: 2024-12-21T16:59:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-21T12:51:09.000Z (about 1 year ago)
- Last Synced: 2025-06-21T13:39:22.663Z (about 1 year ago)
- Topics: android, android-library, android-sdk, codespaces, devcontainer, sdk, sdk-android
- Homepage: https://kotatsu.app
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Set up SDK for building Kotatsu
This is a codespace repository configured to install Android
development tools (for building Kotatsu app)
## Installed Software
* Ubuntu (22.04 - Jammy)
* Gradle
* Java 17 (Oracle)
* Android SDK
## Usage
To import as a submodule use 'git submodule add'
git submodule add https://github.com/KotatsuApp/build-sdk .devcontainer
In theory it is possible to add access to additional
repositories within a codespace using 'customizations'
* https://containers.dev/supporting#github-codespaces
* https://docs.github.com/en/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces
## devcontainer.json
The original devcontainer.json file was created using the
VS Code [codespaces configuration wizard][1].
Press "F1" or "Ctr + Shift + P" in [VS Code Codespaces][2]
and select "Codespaces: Add Dev Container Configuration Files...".
## Additional information
Additional information about [VS Code][3], the [UI][4],
[Dev Containers][5] and [VS Code Dev Containers][6] ([Extention][7])
is available online. Devcontainers are available on the most
common operating systems and the web ([1][8] & [2][9])!
[1]: https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers#using-a-predefined-dev-container-configuration
[2]: https://code.visualstudio.com/docs/remote/codespaces
[3]: https://code.visualstudio.com/
[4]: https://code.visualstudio.com/docs/getstarted/userinterface
[5]: https://containers.dev/
[6]: https://code.visualstudio.com/docs/devcontainers/containers
[7]: https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers
[8]: https://github.com/features/codespaces
[9]: https://docs.github.com/en/codespaces/