`
wbg2056
  • 浏览: 827 次
  • 性别: Icon_minigender_1
  • 来自: 上海
最近访客 更多访客>>
社区版块
存档分类
最新评论

android 关于Make sure the plugin is properly configured问题的解决办法

阅读更多
这个问题引发的原因最初的报错是:
[2013-10-14 10:01:58 - XXX] The connection to adb is down, and a severe error has occured.
[2013-10-14 10:01:58 - XXX] You must restart adb and Eclipse.
[2013-10-14 10:01:58 - XXX] Please ensure that adb is correctly located at 'E:\android-sdk-windows\platform-tools\adb.exe' and can be executed.
相信做android的几乎都遇到过这个问题,我也遇到过很多次,上次遇到这个问题解决方法是把电脑中的豌豆荚运行程序通过任务管理器给关掉了。
但是今天这个问题的出现就不是豌豆荚的原因了,通过在网上查找最后发现了这个问题的本质原因,主要还是adb.exe启动不来,正常情况下应该先在eclipse中的DDMS里的Device中的下三角处点击Reset adb项,这时应该会显示提示框,提示的内容是"Make sure the plugin is properly configured",如本文标题,那么解决办法如下(以我遇到的问题举例):
打开cmd.exe
输入下列指令:netstat -ano | findstr "5037"
找到下列进程
TCP 127.0.0.1:5037 0.0.0.0:0 LISTENING 2696
此时把2696这个进程结束就行了。
如何找到2696对应的是哪个进程呢?继续输入下列指令:TASKLIST | findstr "2696"
显示下列内容
XXXX.exe 2696 Console 1 6,952K
最后打开任务管理器,把XXXX.exe这个进程给关闭掉就可以了。
以后再遇到这个问题就知道解决的办法了。

转自http://zhouhongyu1989.blog.51cto.com/2931598/1308617
分享到:
评论

相关推荐

    ADB server didn't ACK && make sure the plugin is properly configure

    ADB server didn't ACK && make sure the plugin is properly configure的问题彻底解决

    Android代码-Android-Plugin-Framework

    Android-Plugin-Framework README: 中文 Android-Plugin-Framework是一个Android插件化框架,用于通过动态加载的方式免安装运行插件apk 最新版本: 0.0.55-snapshot 项目结构 文件夹 说明 FairyPlugin 插件...

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

    Plugin 'Lombok' (version '0.32-EAP') is not compatible with the current version of the IDE, because it requires build 203.* or older but the current build is AI-211.7628.21 这个异常信息是由于Lombok ...

    Android代码-AndroidDynamicLoader

    Android Dynamic Loader Android Dynamic Loader is a plugin system. The host application is like a browser, but instead of load web pages, it load plugins ...Also you need to make sure the Android SDK a

    Android代码-android-lint-plugin

    Android Lint Plugin for Jenkins Parses output from the Android lint tool and displays the results for analysis. https://wiki.jenkins-ci.org/display/JENKINS/Android Lint Plugin

    Android代码-WIFIADB

    The first one is an android project,and the second is an intellij plugin project. You can see more information in the respective project,and I hope you can tell me your suggestions. Developed By ...

    android-jps-plugin

    完美解决can't find bundle for base name messages.AndroidJpsBundle.locale zh_CN这个错误。...包含android-jps-plugin.jar和AndroidJpsBundle.properties,两个文件,其中jar包里也含有AndroidJpsBundle.properties

    Android Eclipse Plugin 12.0

    Android Eclipse Plugin 12.0

    android DroidPlugin插件使用

    android DroidPlugin插件使用android DroidPlugin插件使用android DroidPlugin插件使用android DroidPlugin插件使用

    flutter plugin-android-lifecycle

    Flutter的flutter_plugin_android_lifecycle插件是一个Flutter插件,用于访问Android Lifecycle objects。它可以帮助其他Flutter插件在Android上更好地集成。 要使用flutter_plugin_android_lifecycle插件,需要将...

    android 插件plugin

    插件开发 360 DroidPlugin ###DroidPlugin的是什么? 一种新的插件机制,一种免安装的运行机制,是一个沙箱(但是不完全的沙箱。就是对于使用者来说,并不知道他会把apk怎么样), 是模块化的基础。 ###Droid...

    Android代码-Android-Root-Coverage-Plugin

    Android-Root-Coverage-Plugin A Gradle plugin for combined code coverage reports for Android projects. Generating code coverage reports for Android Projects is in most cases quite easy. Unfortunately ...

    Android-Plugin插件设计-获取插件资源

    Android Android-Plugin插件设计-获取插件资源

    Android代码-javafxmobile-plugin

    The javafxmobile-plugin is a gradle plugin that unifies the building of Java and JavaFX applications for different target platforms: desktop android ios Before you start javafxmobile-plugin version ...

    Android代码-VirtualApp

    VirtualApp is an open platform for Android that allows you to create a Virtual Space, you can install and run apk inside. Beyond that, VirtualApp is also a Plugin Framework, the plugins running on ...

    Android代码-cordova-plugin-app-update

    cordova-plugin-app-update App updater for Cordova/PhoneGap Demo Try it yourself: Just clone and install this demo. cordova-plugin-app-update-DEMO :tada: 如果喜欢它,请别忘了给我一颗鼓励的星 Support ...

    Android代码-maven-git-commit-id-plugin

    git-commit-id-plugin is a plugin quite similar to https://fisheye.codehaus.org/browse/mojo/tags/buildnumber-maven-plugin-1.0-beta-4 for example but as buildnumber at the time when I started this ...

    IDEA的mybatis插件

    目前IDEA的mybatis插件有两款,其中一款是收费的,这款是免费的,导入IDEA插件即可使用。

    Android-Android-Plugin-Framework.zip

    Android-Android-Plugin-Framework.zip,安卓系统,安卓系统是谷歌在2008年设计和制造的。操作系统主要写在爪哇,C和C 的核心组件。它是在linux内核之上构建的,具有安全性优势。

    maven编译pentaho-big-data-plugin遇到的所有问题解决

    maven编译pentaho-big-data-plugin遇到的所有问题解决,pentaho6.0

Global site tag (gtag.js) - Google Analytics