`
wbg2056
  • 浏览: 888 次
  • 性别: 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”这个问题,描述中提到的解决方案是针对端口被其他进程占用的情况。具体步骤如下: 1. **检查端口占用**:通过命令行工具(如Windows...

    flutter plugin-android-lifecycle

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

    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-maven-gradle-plugin,与android库项目兼容的gradle的maven插件.zip

    本文将深入探讨这一插件的原理、使用方法及其在当前Android构建系统中的角色。 首先,Android Maven Gradle 插件是Gradle生态系统中的一员,它允许Android开发者利用Maven的便利性,如仓库管理和依赖解析,同时享受...

    offline-android-gradle-plugin-preview.zip

    离线Android Gradle插件是Android开发者在没有网络连接或者网络环境不稳定时的重要工具,它允许用户在本地完成项目的构建,避免了因依赖下载问题导致的构建延误。本压缩包"offline-android-gradle-plugin-preview....

    下载 Kotlin AndroidStudio插件kotlin-plugin-1.1.2-release-Studio2.3-3.zip

    【Kotlin Plugin for Android开发详解】 Kotlin是一种现代、面向对象的编程语言,由JetBrains公司开发,旨在提高开发效率并降低出错可能性。在Android开发领域,Kotlin已逐渐成为首选语言,因为它提供了简洁的语法...

    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 Eclipse Plugin 12.0

    **Android Eclipse Plugin 12.0** Android Eclipse Plugin 12.0 是一款专为集成开发环境(IDE)Eclipse设计的插件,用于支持Android应用程序的开发。这个插件是开发者的重要工具,它将Eclipse转变为一个强大的...

    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 ...

    gradle_plugin_android_aspectjx,一个android gradle插件,可以在android项目上影响aspectj,并可以钩住kotlin、aar和jar文件中的方法。.zip

    本文将深入探讨这个开源项目`gradle_plugin_android_aspectjx`的核心功能和使用方法。 首先,让我们了解AspectJX的基本概念。AspectJ是一种面向切面的编程(AOP)语言,它允许开发者定义“切面”,这些切面可以包含...

    自定义plugin插件实现phonegap与Android交互

    在"自定义plugin插件实现phonegap与Android交互"这个主题中,我们主要关注的是如何通过编写自定义插件来打通JavaScript和Android之间的通信壁垒。在PhoneGap中,Plugin是连接Web层和Native层的桥梁,它们是用Java...

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

    本篇将详细探讨Android-Plugin插件设计中的资源获取策略。 首先,我们需要理解Android应用的基本结构。一个标准的Android应用由多个组件(如Activity、Service、BroadcastReceiver和ContentProvider)以及资源文件...

    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代码-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】pluginDemo

    在Android开发领域,插件化技术是一种非常重要的高级技术,它允许开发者将应用程序的功能模块化,使得这些模块可以在不更新主应用的情况下独立安装、卸载和更新。这为用户提供了更好的体验,同时也降低了开发和维护...

    android DroidPlugin插件使用

    Android DroidPlugin是一款开源的Android插件框架,它允许开发者将一个应用的功能模块化,以插件的形式动态加载到宿主应用中运行。这在很大程度上提高了应用的灵活性和可扩展性,使得开发者可以轻松地更新或添加新的...

    jenkins android plugin

    **Jenkins Android Plugin详解** Jenkins Android Plugin是针对Android开发的一款强大的持续集成工具插件,它使得在Jenkins环境中构建、测试和部署Android项目变得更加便捷和高效。此插件不仅支持自动化构建流程,...

    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 ...

Global site tag (gtag.js) - Google Analytics