Error:java.lang.ClassNotFoundException: Class org.openjdk.jdi.ReferenceType not found when update android studio 3.0.0

后端 未结 1 1156
孤街浪徒
孤街浪徒 2021-01-23 00:28

I have migrated my project from 2.2.3 to stable android studio 3.0.0 and set jdk 1.8, Now we run the app.
i am getting below exception :

Error:java.lang.C         


        
1条回答
  •  孤街浪徒
    2021-01-23 00:51

    i have same issue, and don't know what's the reason. to be able to build your app you have to kill java tasks

    windows cmd -> taskkill /F /IM java.exe

    but could be cool to know what is the reason ;)

    0 讨论(0)
提交回复
热议问题