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

前端 未结 4 1791
故里飘歌
故里飘歌 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:42

    When I Add this line the problem solved:

            MobileAds.initialize(getApplicationContext(), "ca-app-pub-xxxxxxxxxxxxx");
    

    Thanks for all who response.

提交回复
热议问题