赞
踩
今天打开一个别人的项目报错如下
Caused by: org.gradle.api.internal.plugins.PluginApplicationException: Failed to apply plugin [id 'com.android.internal.version-check']
解决方法:在gradle.properties文件中添加android.overridePathCheck=true
就可以了。
老是奇怪是哪里配置的问题,感谢https://blog.csdn.net/weixin_42574892/article/details/106325430
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。