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

帅比萌擦擦* 提交于 2019-12-03 10:49:36

Have your settings as below,

Otherwise try to clean and re-install (after uninstalling exsisting apk) application.

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.

Configure your project for Instant Run

Android Studio enables Instant Run by default for projects built using Android plugin for Gradle 2.3.0 and higher. Please checkout this LINK to configure your project for instant run.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!