Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ni554n/apk-builder-action
Build debug APK from an Android repo using GitHub Actions
https://github.com/ni554n/apk-builder-action
android apk debug demo github-actions gradle sample
Last synced: 10 days ago
JSON representation
Build debug APK from an Android repo using GitHub Actions
- Host: GitHub
- URL: https://github.com/ni554n/apk-builder-action
- Owner: ni554n
- Created: 2022-07-02T21:21:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T11:32:45.000Z (8 months ago)
- Last Synced: 2024-03-19T12:43:48.235Z (8 months ago)
- Topics: android, apk, debug, demo, github-actions, gradle, sample
- Homepage:
- Size: 6.84 KB
- Stars: 11
- Watchers: 2
- Forks: 43
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# APK Builder GitHub Action
There are numerous times I wanted to run a sample APK from an Android app repo, but the author didn't provide an easy way to download the APK.
We can always clone the source and build the APK ourselves, but that entails potentially downloading gigabytes worth of dependencies for a one-time use.
This action can completely automate the _debug_ APK building process using GitHub Action.
## Usage
1. Fork this repo on GitHub
2. Go to the [Build Android APK Workflow](/../../actions/workflows/build-apk.yaml) 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` artifact to appear at the bottom of the **_Summary_** tab on that run## Acknowledgements
Based on the action from [this repo](https://github.com/Wsine/android_builder).
## Information
**Author:** [Nissan Ahmed](https://anissan.com) ([@ni554n](https://twitter.com/ni554n))
**Donate:** [PayPal](https://paypal.me/ni554n)