您的位置:首页 > 移动开发 > Android开发

android studio编译报错Could not find property 'processResources'

2015-06-09 08:47 597 查看
android studio编译报错:

Error:(xx, x) Could not find property 'processResources' on com.android.build.gradle.internal.api.ApplicationVariantImpl_Decorated@xxxxxxx.


解决方法:

将app下的build.gradle文件中找到错误信息中Error:(xx, x)的xx行

androidManifestFile variant.processResources.manifestFile


修改为

androidManifestFile variant.outputs[0].processResources.manifestFile
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  android