Skip to content

ni554n/apk-builder-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

APK Builder GitHub Action

I've often wanted to test an app from an Android repository, but the developers didn't provide a downloadable APK. While we could always clone the source code and build it ourselves, that often means downloading gigabytes of dependencies for what's typically a one-time use.

This GitHub action completely automates the release or debug APK building process, similar to a build server.

Usage

  1. Fork this repo on GitHub
  2. Go to the Build Android APK Workflow and select Run workflow dropdown menu
  3. Enter the Git repository URL of the Android project
  4. Run the workflow and wait for the apk-archive zip artifact to appear at the bottom of the Summary tab on that run

Tip

If the gradle build fails, check the build logs under the Jobs section to determine the cause.

Information

Author: Nissan Ahmed (@ni554n)

Donate: PayPal

About

Build debug APK from an Android repo using GitHub Actions

Topics

Resources

Stars

Watchers

Forks