Android studio broke up my build.gradle file after add a Fragment

后端 未结 4 915
春和景丽
春和景丽 2020-12-15 05:17

Using Android Studio 2.0 over El Capitan like the next screenshot said:

I found a bug that I can\'t report: After add a Fragment to my project, AS screw up my m

4条回答
  •  一整个雨季
    2020-12-15 06:17

    It is a still open bug, you can monitor it's state here

    The bug is due to the comments in the dependencies section, a temporal fix could be to remove them from there. I placed the comments there for a reason too :)

提交回复
热议问题