Could not find property 'processManifest' on com.android.build.gradle.internal.api.ApplicationVariantImpl

后端 未结 5 2063
遇见更好的自我
遇见更好的自我 2020-12-15 19:37

I am currently trying to update Android Studio to 1.0.0-RC. This seems to require gradle Android plugin 1.0.0-rc1. After the update, I started having the following error:

5条回答
  •  一生所求
    2020-12-15 20:37

    In my case I was getting this error because there was a dependency on a library folder specified in my settings.gradle. That folder had a lot of faulty configurations apparently. So as soon as I removed it from settings.gradle, the project compiled just fine.

提交回复
热议问题