Merged rootsChanged not allowed inside rootsChanged, rootsChanged level == 1

半世苍凉 提交于 2019-12-25 06:01:05

问题


On Gradle sync of my Android application in Android Studio my Event Logs shows me the Following Error:

Throwable:Merged rootsChanged not allowed inside rootsChanged, rootsChanged level == 1

But I don't know what is it for and how to resolve it. I had searched for it but didn't find anything relevant to it.

Can anybody can help me for the same?

Thanks in Advance.


回答1:


It seems related to some change in your modules.
Check https://code.google.com/p/android/issues/detail?id=183881

Do the follow steps:

  • delete the .idea folder
  • delete the .iml files
  • import again with gradle


来源:https://stackoverflow.com/questions/33544456/merged-rootschanged-not-allowed-inside-rootschanged-rootschanged-level-1

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!