Android Studio Gradle Already disposed Module

前端 未结 17 1668
一个人的身影
一个人的身影 2020-12-04 04:58

I have installed Android Studio version 1.0.1. I have imported my projects from eclipse and it works fine. Then I deleted a module and reimported it into my Android Studio p

17条回答
  •  生来不讨喜
    2020-12-04 05:42

    Although the accepted answer didn't work for me (unfortunately I can't leave a comment), it led me in the right direction.

    in .idea/libraries i found that there were some duplicate xml files (the duplicates were named with a 2 before the _aar.xml bit).

    deleting those, restarting android studio and sync fixed the error

提交回复
热议问题