`

AndroidStudio部署项目时出现错误:Instant Run requires 'Tools | Android | Enable ADB integr

 
阅读更多

转载:http://blog.csdn.net/zhuwentao2150/article/details/51104843

--------------------------------------------------------------------------------------

今天更新了Android Studio,结果在部署项目到模拟器的时候出现了错误:Instant Run requires 'Tools | Android | Enable ADB integration' to be enabled

 

 

 

 

原因

 

这个是由于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还在运行的时候,就可以直接改变它的内部代码

 

开发者可以不用再等待整个应用程序重建以及每次代码更改后重新部署

 

简单来说就是改了代码后,点击即时运行,模拟器上的应用不需要重启就可以直接呈现出我们修改后的代码效果!

 

有关即时运行的google官方文档:

 

http://tools.android.com/tech-docs/instant-run

 

 

 

解决方法

 

点击工具栏中的Tools,选中Android,最后点击Enable ADB Integration,使其前面出现✔号就OK了

分享到:
评论

相关推荐

    adb错误解决方法

    adb(Android Debug Bridge)是Android开发工具包中的一个重要组成部分,用于连接计算机与Android设备进行调试、数据传输等操作。在日常开发或者设备管理过程中,我们可能会遇到各种adb相关的错误,如设备未找到、...

    [亲测可用] Mac Android Studio 升级到最新版本引起的Lombok插件版本不兼容

    mac android studio 更新到最新版本引起的... 这个异常信息是由于Lombok 插件版本与Android Studio的版本不匹配引起的, 会导致使用Lombok相关注解中getter/setter 方法报错(IED级别) , 单不会影响实际项目部署运行

    关于Android Studio升级为V4.1.1Activity不能创建解决方法

    ### 关于Android Studio升级至V4.1.1后Activity无法创建的问题及解决方案 #### 一、问题背景 在将Android Studio更新到版本4.1.1后,开发者可能会遇到无法正常创建Activity的问题。该问题可能由多种因素引起,包括...

    emulator: ERROR: x86 emulation currently requires hardware acceleration!

    ”是Android开发中常见的一个错误信息,当尝试在没有硬件加速支持的环境中运行Android Emulator时会出现。这个错误提示意味着你需要开启特定的硬件加速功能来顺利运行Android模拟器。 首先,我们需要理解Android ...

    This Android SDK requires Android Developer Toolkit version 22.0.0 or above

    这个问题通常发生在尝试使用Eclipse IDE集成Android ADT(Android Development Tools)插件时,由于ADT版本过低,无法与当前的Android SDK相匹配,导致Eclipse无法正常加载和运行项目。 Android Developer Toolkit...

    解决adb push pull中文出现乱码截断的的adb.exe 版本34.01

    标题提到的问题是“adb push pull中文出现乱码截断”,这通常发生在尝试通过ADB传输包含中文字符的文件时,由于编码不兼容或者版本问题导致的。描述中提及的“adb.exe 版本34.01”可能是针对这个问题的一个更新修复...

    This application requires Visual Studio 2013 Redistributable.

    MySql5.7.20安装过程中报错 This application requires Visual Studio 2013 Redistributable. Please install the Redistributable then run this installer again. 的解决办法.报错如下: 1: Action 10:59:21: ...

    v7包解决importandroid.support.annotation.RequiresApi

    在Android开发中,`import android.support.annotation.RequiresApi`是一个经常使用的注解,它用于标记一个方法或类,表明这个元素只能在特定版本的Android API级别及以上才能被使用。`v7包`是Android Support ...

    Android错误解决方法大集合

    三、This Android SDK requires Android Developer Toolkit version 20.0.0 or above 错误 该错误是由于 Eclipse 中的 ADT 版本过低所致,解决方法是将插件版本改为当前版本,例如从 20.0.0 改为 18.0.0,然后重新...

    Android Studio 实现将support库改成Androidx

    Android Studio 实现将support库改成Androidx Android Studio 是一个功能强大且功能丰富的集成开发环境,旨在帮助开发者快速构建、测试和优化 Android 应用程序。近年来,Android 官方推出了 AndroidX 库,旨在取代...

    Android Studio Cookbook

    based backend, Create media-related apps that will run on phones, phablets, tablets, and TVs, In Detail, This book starts with an introduction of Android Studio and why you should use this IDE rather ...

    Android常见错误

    在编译时出现 UNEXPECTED TOP-LEVEL EXCEPTION 错误,解决方法是,检查项目的依赖项和库,确保没有重复的类和方法。 错误五:this android sdk requires android developer toolkit version 10.0.0 or above ...

    android studio模拟器运行软件Intel HAMX

    emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and usable. CPU acceleration status: HAX kernel module is not installed!

    VirtualBox 错误:This kernel requires the following features not present on the CPU

    ### VirtualBox 错误:“This kernel requires the following features not present on the CPU” 在使用VirtualBox进行虚拟机系统安装的过程中,可能会遇到一个常见的错误提示:“This kernel requires the ...

    AndroidStudio 使用过程中出现的异常(Gradle sync failed)处理办法

    AndroidStudio使用过程中出现的异常 异常信息: Gradle sync failed: Unable to start the daemon process. This problem might be caused by incorrect configuration of the daemon. For example, an ...

    MySql安装提示requires Visual Studio 2013 Redistributable

    安装 mysql5.7时提示:This application requires Visual Studio 2013 Redistributable. Please install the Redistributable then run this installer again. 需要安装指定版本的Microsoft Visual C++ ...

    Android SDK (SDK Platforms Preview)-android-S.zip

    Android SDK (SDK Platforms Preview)-android-S.zip 是一个用于开发者预览Android系统版本S的软件开发工具包。这个压缩包包含了Android S平台的关键组件,供开发者在新版本发布之前进行应用适配和测试。以下是该...

    Android开发错误信息

    在Android开发过程中,开发者经常会遇到各种错误信息,这些错误信息是解决问题的关键,下面将对一些常见的Android开发错误信息及其解决方案进行详细的解释。 1. **错误信息:Application does not specify an API ...

Global site tag (gtag.js) - Google Analytics