AndroidStudio运行时出现错误:Instant Run requires 'Tools | Android | Enable ADB inte
本来想调出MMDS,没想到报出这个错误:
最后发现原来是自己选Android Device Monitor不小心把Enable ADB Integration前面的√去掉了。点击工具栏中的Tools,选中Android,最后点击Enable ADB Integration,使其前面出现✔号就OK了,
原因:
这个是由于Android Studio2.0新版本中的Instant Run (即时运行)引起的,什么是即时运行呢?
Instant Run in Android Studio 2.0 allows you to quickly make changes to your app code while your app is running on an Android device or Android Emulator. Instead of waiting for your entire app to rebuild and redeploy after each code change, Android Studio 2.0 will try to incrementally build and push only the incremental code or resource change. Depending on the code changes you make, you can see the results of your change in under a second. By simply updating your app to use the latest Gradle plugin ( '
com.android.tools.build:gradle:2.0.0-beta2
’ ), you can take advantage of this time saving features with no other modifications to your code.
它可以快速的更改运行在Android虚拟机中的APP,也就是说在Android虚拟机中的app还在运行的时候,就可以直接改变它的内部代码
开发者可以不用再等待整个应用程序重建以及每次代码更改后重新部署
简单来说就是改了代码后,点击即时运行,模拟器上的应用不需要重启就可以直接呈现出我们修改后的代码效果!
上一篇: Windows下安装composer
下一篇: 四川特产巴蜀都有哪些是人们值得品尝的
推荐阅读
-
VUEJS实战之修复错误并且美化时间(2)
-
AMD三代线程撕裂者出现了:新接口、TDP 280W?
-
Win7系统遇到werfault.exe应用程序错误的解决方法介绍
-
win10运行游戏时出现程序无法正常启动0xc0000142解决方法介绍
-
codeigniter框架The URI you submitted has disallowed characters错误解决方法
-
PHP has encountered an Access Violation 错误的解决方法
-
冬日娜又…又…又出现了!
-
"机器杀手"将出现:杀人还是救人
-
android中关于call拨号功能的实现方法
-
Android开发利器之pidcat安装方式