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

Working towards android support #4169

Open
wants to merge 39 commits into
base: main
Choose a base branch
from

Conversation

vaslabs
Copy link

@vaslabs vaslabs commented Dec 21, 2024

Part of Android support

Relevant issues:

Outline

  • Follow android studio + gradle standard for directory structure
  • Unit test support (local runs - no android device needed)
  • Integration test support (android tests, needs an android device/emulator)

New features

  • Ability to install an apk in the default available android device (tested against AVD)
  • Ability to run all integration tests with the install command (android manifest with instrumentation is needed, this needs to be a functionality of integration tests support in the future instead)
  • Classpath resolution (runtimeDependencies) for packaging with dependencies and user's source code (tested against integration test and running the android app itself via the emulator)
  • Special classpath resolution and packaging for android tests (integration tests)

Demo

image

image

@himanshumahajan138
Copy link
Contributor

@vaslabs Buddy can you please mention the issue you are working on ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants