使用github 的源码时,A problem occurred evaluating project ':app'. > path may not be null or empty string. path='null'

旧街凉风 提交于 2020-01-10 00:46:04

 

A problem occurred evaluating project ':app'. > path may not be null or empty string. path='null'

出现如上报错,

If you downloaded the app from github, it is possible that signing configs are note adapted. Try like this to comment code on android/app/build.gradle :

注释掉android/app/build.gradle文件中的以下内容,

 

 

 

 

参考:

https://stackoverflow.com/questions/54457245/a-problem-occurred-evaluating-project-app-path-may-not-be-null-or-empty-st

 

 

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!