Skip to content

leleliu008/ndk-pkg-package-manually-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ndk-pkg-package-manually-build

manually build Android NDK packages using ndk-pkg via GitHub Actions.

This is the recommended way of using ndk-pkg.

In this way, you don't need to care about other things than:

  • what package would you like to build? lookup package names
  • which minimum Android SDK API level would you like to support?
  • which Android ABI would you like to build for?
  • which build profile would you like to use?

how to use this project

step1: fork this repository into your own github account

step2: manually run the GitHub Actions workflow to build a package

Reference: https://docs.github.com/en/actions/using-workflows/manually-running-a-workflow

step3: download the artifact

Reference: https://docs.github.com/en/actions/managing-workflow-runs/downloading-workflow-artifacts

About

manually build Android NDK packages using ndk-pkg via GitHub Actions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published