Skip to content

A codespace template with the android sdk installed.

Notifications You must be signed in to change notification settings

dragonx943/sdk-nightly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Codespaces Android SDK CE (Community Edition)

A codespace repository configured to install android development tools.

Installed Software

* Ubuntu
* Bazelisk
* Gradle
* Maven
* Ant
* Meson
* Java 23 (Oracle)
* Android SDK

Usage

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'

devcontainer.json

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

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)!

If you want to get started with Java development you can use this "Maven in 5 Minues" documentation to learn the basics in 5 minutes! Just run the commands listed in the terminal to get started. You can search online for similar resources about the other tools or further information.

About

A codespace template with the android sdk installed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published