
问题:
Android Studio运行项目出现Caused by: org.gradle.api.internal.plugins.PluginApplicationException: Failed to apply plugin [id 'com.android.internal.application']
解决方法:
在项目中的gradle.properties文件中添加以下语句:
android.overridePathCheck=true
添加完成后在点击右上角的刷新就可以了

本文介绍如何在Android Studio项目中遇到'Failed to apply plugin id 'com.android.internal.application''错误时,通过在gradle.properties中添加android.overridePathCheck=true并刷新解决方法。
7万+

被折叠的 条评论
为什么被折叠?



