Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a Codespace for Android development #96257

Merged
merged 2 commits into from
Dec 26, 2023

Conversation

vcsjones
Copy link
Member

This creates a Codespace for Android development.

It:

  1. Installs all dependencies. Java, NDK, SDK, etc.
  2. Builds mono and the libraries
  3. Ensures the emulator is running when the container starts.

This puts the Codespace into a state where once it is started tests can be run.

Note: if we want prebuilds of this Codespace to make starting the container (much) faster, a repository administrator will need to configure prebuilds. @eerhardt did the other pre-build configurations (I think).

Closes #77851

/cc @steveisok @akoeplinger

@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Dec 21, 2023
@ghost ghost assigned vcsjones Dec 21, 2023
@vcsjones
Copy link
Member Author

image

@vcsjones vcsjones added area-Meta os-android and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Dec 21, 2023
@ghost
Copy link

ghost commented Dec 21, 2023

Tagging subscribers to 'arch-android': @steveisok, @akoeplinger
See info in area-owners.md if you want to be subscribed.

Issue Details

This creates a Codespace for Android development.

It:

  1. Installs all dependencies. Java, NDK, SDK, etc.
  2. Builds mono and the libraries
  3. Ensures the emulator is running when the container starts.

This puts the Codespace into a state where once it is started tests can be run.

Note: if we want prebuilds of this Codespace to make starting the container (much) faster, a repository administrator will need to configure prebuilds. @eerhardt did the other pre-build configurations (I think).

Closes #77851

/cc @steveisok @akoeplinger

Author: vcsjones
Assignees: vcsjones
Labels:

area-Meta, os-android

Milestone: -

@akoeplinger akoeplinger merged commit 72fae00 into dotnet:main Dec 26, 2023
11 checks passed
@vcsjones vcsjones deleted the android-codespace branch January 12, 2024 02:05
@github-actions github-actions bot locked and limited conversation to collaborators Feb 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider Android development Codespace
2 participants