📌  相关文章
📜  评估项目 ':app' 时出现问题. > 路径不能为 null 或空字符串. path='null' - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:37.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