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

以下是转载全文 :(链接:http://zhouhongyu1989.blog.51cto.com/2931598/1308617)

 

[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这个进程给关闭掉就可以了。

以后再遇到这个问题就知道解决的办法了。


=============================

以下是我自己的问题:

C:\Users\Administrator>netstat -ano|findstr "5037"

  TCP    127.0.0.1:5037         0.0.0.0:0              LISTENING       3328


C:\Users\Administrator>
C:\Users\Administrator>TASKLIST | findstr "3328"
adb.exe                       3328 Console                    1      8,184 K


然后打开资源管理器,结束进程:adb.exe   然后 在eclipse中的DDMS中Reset adb 就可以了



  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
The error message you received indicates that the application is unable to find or load the Qt platform plugin "window". This error commonly occurs when the required Qt libraries and plugins are not properly installed or configured on your system. To resolve this issue, you can try the following steps: 1. Ensure that you have the necessary Qt libraries installed on your system. If not, download and install the appropriate version of Qt for your platform from the official Qt website. 2. Check if the required Qt platform plugin is present in the application's directory. Look for a folder named "platforms" in the application's installation directory. If it is missing, you can try copying the necessary plugin files (such as qwindows.dll on Windows) to this directory from your Qt installation directory. 3. Set the QT_PLUGIN_PATH environment variable to point to the correct directory containing the Qt plugins. You can do this by opening a command prompt or terminal and entering the following command (replace PATH_TO_QT_PLUGINS with the actual path to the Qt plugins directory): For Windows: ``` set QT_PLUGIN_PATH=PATH_TO_QT_PLUGINS ``` For Linux/macOS: ``` export QT_PLUGIN_PATH=PATH_TO_QT_PLUGINS ``` 4. If you are running the application from an IDE or development environment, make sure that the IDE's environment settings are correctly configured to locate the Qt libraries and plugins. If none of these steps resolve the issue, it could indicate a more complex problem with the application's configuration. In such cases, it may be helpful to seek assistance from the application's developer or support team for further troubleshooting.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值