简体   繁体   English

Eclipse找不到我已经在运行的Android模拟器

[英]Eclipse doesn't find my already running Android emulators

Configuration 组态

Os: OSX 操作系统:OSX

IDE: Eclipse Juno IDE:Eclipse朱诺

I don't know why but when I try to run again my Android app, the "Android Device Chooser" frame opens but my emulators are not shown in "Choose a running Android device" section. 我不知道为什么,但是当我再次尝试运行我的Android应用程序时, “ Android设备选择器”框会打开,但是我的模拟器未显示在“选择正在运行的Android设备”部分中。 What should I do ? 我该怎么办 ?

Goto the DDMS view and try resetting the ADB as shown--- 转到DDMS视图,然后尝试如图所示重置ADB-

在此处输入图片说明

  • Please check the required API levels of the application and than on the device. 请检查应用程序和设备上所需的API级别。

  • Try to run following commands in terminal that will renew the adb server state : 尝试在终端中运行以下命令,以更新adb服务器状态:

    adb kill-server 亚行杀害服务器
    adb start-server 亚行启动服务器

  • You can try to use adb over the wifi and than no cables will needed. 您可以尝试在wifi上使用adb,然后不需要电缆。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 常量'运行Android Lint'失败,在Eclipse中弹出nullpointerexception(但似乎不是我的代码) - Constant 'Running Android Lint' Failed, nullpointerexception popping up in Eclipse (but doesn't seem to be my code) 应用程序未在 iOS 和 android 仿真器上运行 - app is not running on iOS and android emulators Eclipse找不到我的Java 8库(Mac) - Eclipse doesn't find my java 8 library (mac) 是否已经有适用于 android 的 StopWatch 类,为什么我的实现不起作用? - Is there already a StopWatch class for android and why doesn't my implementation work? Eclipse-运行在其他机器的Eclipse上运行的Android应用程序,而不会在我的Eclipse中运行 - Eclipse - Running an Android app that runs on other machines' Eclipses, won't run in my Eclipse 我的eclipse我的android应用程序没有出现任何错误,但是我的程序仍然无法正常工作 - My eclipse doesn t give any errorson my android application but my program still is not working 我的构建路径正确,但是当我运行eclipse插件命令时,找不到该类 - I have my buildpath right, but when I run my eclipse plugin command, it doesn't find the classes Eclipse调试器已在运行 - Eclipse Debugger Already Running Eclipse Java EE在运行时不会刷新我的CSS文件 - Eclipse Java EE doesn't refresh my CSS files when running 我的Android应用程序在Eclipse模拟器中运行,但未在我的设备上运行 - My android app runs in eclipse emulator but doesn't run on my device
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM