Template for your own Magisk Module.
- Install Magisk v24 or later and enable Zygisk
- Build module
- GitHub Actions
- Fork this repo
- Go to the Actions tab in your forked repo
- In the left sidebar, click the Build workflow.
- Above the list of workflow runs, select Run workflow
- Wait for the action to complete and download the artifact
- Android Studio
- Download the source code
- Use Android Studio to run the gradle task
:module:assembleRelease
to compile, the zip package will be generated in theout
folder
- GitHub Actions
- Install module in Magisk