Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
-
我自己生成了 keystore ,用 actions 全新编译。无论是 debug 和 release 编译出来的 apk 安装都提示 “package is null” 知道是什么问题吗? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
最近发现这个项目有两处改动,垃圾收集从UseParallelGC换成了UseZGC,以及Meta(稳定版)与Alpha(测试版)构建任务分开,导致read.me的编译方法不好用了。
于是我查看openjdk wiki,发现UseZGC在Windows至少要jdk 14(实验性质)及jdk 15。于是我尝试把jdk 11换成了jdk 15,
然后把最后的编译命令换成
./gradlew --no-daemon app:assembleAlphaRelease
./gradlew --no-daemon app:assembleMetaRelease
然后就编译出来了。
以上经验,仅供参考
gradle.properties
.github/workflows/build-debug.yaml
Copied!
Beta Was this translation helpful? Give feedback.
All reactions