Android Studio Gradle Already disposed Module

前端 未结 17 1677
一个人的身影
一个人的身影 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:50

    I was having this issue because gradle and Android Studio were using a different path for the jvm. In the Event Log there was an option for AS and gradle to use the same path. Selecting this and then doing an invalidate cache & restart resolved the issue for me.

提交回复
热议问题