Error:Unexpected lock protocol found in lock file. Expected 3, found 0

前端 未结 28 1644
灰色年华
灰色年华 2020-12-01 01:18

After upgrading Android Studio to 1.3, I can\'t compile my project anymore. I am getting Unexpected lock protocol found in lock file. Expected 3, found 0.. I ha

28条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-01 01:57

    We successfully resolved this error.. Go to your project location in my case it was F:=> PROJECT NAME=> .gradle.. and we deleted the the .gradle file.. then restarted android studio and loaded the project again.. and this time the the gradle build successfully.

提交回复
热议问题