A codespace repository configured to install android development tools.
* Ubuntu
* Bazelisk
* Gradle
* Maven
* Ant
* Meson
* Java 17 (Oracle)
* Android SDK
This repository can be used to create a codespace, by using it as a template for new projects, or including it as a submodule in an existing project.
To import as a submodule use 'git submodule add'
git submodule add https://github.com/raymond-chetty/codespaces-AndroidSDK-CE .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
The original devcontainer.json file was created using the VS Code codespaces configuration wizard.
Press "F1" or "Ctr + Shift + P" in VS Code Codespaces and select "Codespaces: Add Dev Container Configuration Files...".
Additional information about VS Code, the UI, Dev Containers and VS Code Dev Containers (Extention) is available online. Devcontainers are available on the most common operating systems and the web (1 & 2)!