Execution failed for task mockableAndroidJar, mockable-android- . jar already exists

后端 未结 5 1657
借酒劲吻你
借酒劲吻你 2021-01-12 08:26

I am facing issue with Android Studio 3, gradle android plugin 3 with build target 27 and support lib 27.0.0

Error:Execution failed for task \':module:mockab         


        
5条回答
  •  难免孤独
    2021-01-12 09:16

    Easiest solution is to navigate to the given path [[...]/build/generated/mockable-android-27.v3.jar] and simply remove the file mockable-android-27.v3.jar.Go back to android studio and build again.

提交回复
热议问题