Error:Timeout waiting to lock buildscript class cache for build file when change minSdkVersion

后端 未结 15 1729
不知归路
不知归路 2020-12-05 08:55

I try to change minSdkVersion in build.gradle (Module: app) in Android Studio and get next error:

Error:Timeout waitin         


        
15条回答
  •  隐瞒了意图╮
    2020-12-05 09:55

    For me the only thing that worked was deleting these things inside android folder:

    • {appname}.iml
    • .idead/
    • .gradle/buildOutputCleanup/

    Posting this for myself 2 weeks from now

提交回复
热议问题