Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/183.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Genymotion Android 5.0棒棒糖adb未与Eclipse连接_Android_Eclipse_Adb_Genymotion - Fatal编程技术网

Genymotion Android 5.0棒棒糖adb未与Eclipse连接

Genymotion Android 5.0棒棒糖adb未与Eclipse连接,android,eclipse,adb,genymotion,Android,Eclipse,Adb,Genymotion,使用Genymotion最新更新,可以启动Android 5.0棒棒糖映像,但无法从Eclipse连接到它。无法在其中启动应用程序 以下是eclipse控制台窗口中的输出: [2014-11-23 02:43:13 - MyApp] ------------------------------ [2014-11-23 02:43:13 - MyApp] Android Launch! [2014-11-23 02:43:13 - MyApp] The connection to adb is d

使用Genymotion最新更新,可以启动Android 5.0棒棒糖映像,但无法从Eclipse连接到它。无法在其中启动应用程序

以下是eclipse控制台窗口中的输出:

[2014-11-23 02:43:13 - MyApp] ------------------------------
[2014-11-23 02:43:13 - MyApp] Android Launch!
[2014-11-23 02:43:13 - MyApp] The connection to adb is down, and a severe error has occured.
[2014-11-23 02:43:13 - MyApp] You must restart adb and Eclipse.
[2014-11-23 02:43:13 - MyApp] Please ensure that adb is correctly located at   'C:\Users\homepc\Documents\code\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\platform-tools\adb.exe' and can be executed.
有人遇到过这个问题,知道如何解决这个问题吗?当我运行另一个Genymotion映像时,我的设置运行得非常好,比如Android版本4.3或4.4


正在调查我的安装程序的问题-较旧的操作系统版本不起作用

尝试从任务管理器重新启动adb.exe。您是使用Genymotion附带的adb还是自己的adb?使用Genymotion,在eclipse中安装插件。看起来我需要先回到4.3和4.4版本的工作状态-如果我仍然需要帮助,我会回到这个线程。我的问题已经解决,这里的错误警报很抱歉。除了“adb kill server”和“adb start server”之外,我还必须从任务管理器关闭adb.exe(此线程帮助我:)