要编译的app
Fork后的android_builder
(我对fork后的.github/workflows/build.yaml做过一些修改:改为安装Java18,安装Groovy,(运行gradlew后提示需要安装这些))
Action时在Build the app中报错:
FAILURE: Build failed with an exception.
-
Where:
Build file '/home/runner/work/android_builder/android_builder/project/app/build.gradle.kts' line: 9
-
What went wrong:
/home/runner/work/android_builder/android_builder/project/local.properties (No such file or directory)
-
Try:
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
- Exception is:
java.io.FileNotFoundException: /home/runner/work/android_builder/android_builder/project/local.properties (No such file or directory)
......(见Action)
要编译的app
Fork后的android_builder
(我对fork后的.github/workflows/build.yaml做过一些修改:改为安装Java18,安装Groovy,(运行gradlew后提示需要安装这些))
Action时在Build the app中报错:
FAILURE: Build failed with an exception.
Where:
Build file '/home/runner/work/android_builder/android_builder/project/app/build.gradle.kts' line: 9
What went wrong:
/home/runner/work/android_builder/android_builder/project/local.properties (No such file or directory)
Try:
java.io.FileNotFoundException: /home/runner/work/android_builder/android_builder/project/local.properties (No such file or directory)
......(见Action)