Cause: unable to find valid certification path to requested target
在 app下的build.gradle中添加以下内容
android{ lintOptions { checkReleaseBuilds false abortOnError false } }
https://www.cnblogs.com/suxiaoqi/p/9797156.html