Skip to content

Latest commit

 

History

History
31 lines (12 loc) · 815 Bytes

README.md

File metadata and controls

31 lines (12 loc) · 815 Bytes

Android Builder

使用方法:

1 将 project-to-build 内容更改为待打包的项目地址( 如 https://github.com/kkgit2008/TVBoxOS

2 依次点击 Actions - All workflows - apk_build001 - run workflow - run

3 刷新页面,然后等待黄点变成绿点

4 变绿后刷新页面,apk文件在页面右下角

QA: 如果编译出错,可以尝试修改“.github/workflows/build.yaml”中的所有版本号,如“uses: actions/checkout@v2”.

其他说明:

该仓库是使用 Github Action 自动编译 Android 项目的一种展示。具体解释可见下面的文章:

《更新慢、弃坑了?实现 Android 应用自给自足:GitHub Actions 编译实例》

如果这篇文章帮到了你,不妨回来点个赞。