📌  相关文章
📜  \android\app\build.gradle' 行:81 - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:20.250000             🧑  作者: Mango

代码示例1
* What went wrong:
A problem occurred evaluating project ':app'.
> path may not be null or empty string. path='null'

How to fix:
Create a file named /android/key.properties that
contains a reference to your keystore:
The file look like this:
storePassword=123456
keyPassword=123456
keyAlias=key
storeFile=key.jks