Skip to content
This repository was archived by the owner on Mar 31, 2021. It is now read-only.

Repository files navigation

setup-android

Build & Test

This action sets up the Android SDK tools by:

  • Downloading the SDK commandline tools
  • Accepting the SDK licenses

Usage

See action.yml

Basic

steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8uses: actions/setup-java@v1with:
java-version: 1.8
- name: Setup Android SDKuses: android-actions/setup-android@v2
- name: Build SampleApplicationrun: ./gradlew --no-daemon build

Thanks

Based on the project android-problem-matchers-action from @jonasb

About

Android SDk setup for GitHub Actions

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages