Gradle error: Unexpected inputs: android.gms:play-services

前端 未结 4 1854
故里飘歌
故里飘歌 2021-02-07 03:16

In RunTime show error in Gradle the error:

Error:Execution failed for task \':app:transformClassesWithInstantRunForDebug\'.

Unexpected inputs: Imm

4条回答
  •  南旧
    南旧 (楼主)
    2021-02-07 03:30

    It seems you have enable Instant Run in Android Studio.

    1) Disable Instant Run from File -> Settings -> Instant Run
    2) Clean Your Project
    3) Run Your App

提交回复
热议问题