Cannot build android project using Android Studio - Gradle 1.7

后端 未结 12 1260
抹茶落季
抹茶落季 2020-12-05 17:06

I\'m having lots of problems with Gradle and Android Studio.

Making changes in any resource in the project can randomly give an exception during compilation, this is

12条回答
  •  一整个雨季
    2020-12-05 18:04

    If you've have imported your Project from Eclipse, then on the Android studio delete resource menu/main.xml and be sure you not have any invalid string resources.

    For some reason the gradle cannot validate the menu/main.xml file.

提交回复
热议问题