Can't run app with Instant Run on Android Studio 3.0

前端 未结 3 1184
生来不讨喜
生来不讨喜 2021-02-13 14:43

I\'ve updated to Android Studio 3.0 and now I cannot run the app with Instant Run enabled.

I get \'Execution failed for task\' due to a java.io.FileNotF

3条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-13 15:18

    I found the problem and the solution.

    In my case the cause was dexcount-gradle-plugin. The plugin is expecting that the package task produces an APK, but that is not true anymore on Instant Run. So they released a new version that disables the process when running with Instant Run.

    So I just had to update dexcount to the latest version.

提交回复
热议问题