Gradle build-info.xml not found for module app in Android Studio

后端 未结 6 1052
温柔的废话
温柔的废话 2020-12-28 14:08

Gradle build-info.xml not found for module app. Please make sure that you are using gradle plugin gradle:2.0.0-alpha or greater

I\'m usi

6条回答
  •  情话喂你
    2020-12-28 15:05

    Try removing other gradle versions from studio. Let's say you have gradle 2.10 running and also have 2.8 install, the gradle wrapper behaves unexpectedly in this case. Therefore we have to clean and rebuild every time.

    This works in mine case; hope in yours' too. :)

提交回复
热议问题