Android:没有正在运行的设备

发布于 2024-11-05 09:19:25 字数 350 浏览 0 评论 0原文

我想在我的 Android 设备上使用模拟器运行我编写的 Android 项目。设备连接到 USB 端口。当我启动“Android 设备选择器”时,没有任何反应。 “选择正在运行的 Android 设备”表中未显示正在运行的设备。 我尝试在连接时重新启动系统(PC 和智能手机)。我尝试了所有 USB 模式。我尝试了另一个设备(G1 和 HTC Desire)。未知来源总是正确的。 我尝试了另一个 Eclipse 版本(64 和 32 位),尝试了另一个 SDK(64 和 32 位)并重新安装了 android sdk。 我仍然看不到任何设备。在我的旧 32 位系统上一切正常。现在我必须使用我的 64 位 lenovo。 (两个窗口 7) 有人有另一个想法吗? 谢谢。 法比安

I want to run my Android Project iwrote with emulators on my Android Device. The Device is Connected on an USB-Port. When I start the "Android Device Chooser" nothing happens. No running device in the "Choose a running Android Device"-Table is displayed.
I tried to reboot the system(PC and Smartphone) while connecting. I tried every USB mode. I tried another Device( G1 and HTC Desire). Unknown Source is always true.
I tried another Eclipse-Version(64 and 32 bit), tried another SDK(64 and 32 bit) and reinstalled the android sdk.
I still can't see any device. Everything worked fine on my old 32 bit system. Now i have to work with my 64 bit lenovo. (both windows 7)
somebody got another idea?
Thank you.
Fabian

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

权谋诡计 2024-11-12 09:19:25

有关详细信息,请参阅此链接:http://developer.android.com/guide/developing/device .html#setting-up

简而言之,您必须:

  1. 将您的应用程序标记为可调试(在清单中)
  2. 允许在您的设备上进行 USB 调试(设置 -> 应用程序)
  3. 并且,如果在 Windows 中开发,请下载驱动程序。

See this link for detailed info: http://developer.android.com/guide/developing/device.html#setting-up

In short, you have to:

  1. Mark your app as debuggable (in Manifest)
  2. Allow USB debug on your device (Settings->Application)
  3. And, if developing in Windows, download drivers.
仅此而已 2024-11-12 09:19:25

尝试使用命令行“adb devices”来查看是否可以正常检测到您的手机。除了 Android 默认支持的有限数量的手机外,需要使用制造商提供的设置来启动 USB 模式。就我而言,Vodafone 845,设置包含在手机存储中。因此,在手机被检测为普通 USB 存储设备后,我找到了该实用程序并简单地运行了它。然后它开始被检测为Android手机。

Try command line "adb devices" to see if your phone is detected ok. Except limited number of phones supported by Android by default, manufacturer-supplied setup needs to be used to start usb mode. In my case, Vodafone 845, setup was contained in phone storage. So after phone was detected as normal usb storage, I located that utility and simply ran it. Then it started to be detected as android phone.

眼眸里的那抹悲凉 2024-11-12 09:19:25

我在这里找到了解决这个困境的最简单方法。如果您使用的是 Windows,

请确保您已安装 google usb 驱动程序

并确保 USB 调试已启用。

http://adbdriver.com/downloads/ 下载 adbdriver 安装程序,

只需按照向导进行安装即可,自动安装应该会看到您的设备,或者您尝试重新启动 android studio。

The easiest way to this dilema i found here. If you are on windows,

Make sure you have install the google usb driver

Ensure USB Debugging is enabled.

download the adbdriver setup from http://adbdriver.com/downloads/

just follow the wizard and install, automatically it should see your device or you try restarting android studio.

如此安好 2024-11-12 09:19:25
  1. 启用 USB 调试:

    设置 - 关于手机 - 点击版本号 5 次。

    然后进入:设置 - 开发者选项 - 打开 USB 调试。

  2. 下载并安装 Wondershare Mobile Go/Snappea。该程序将下载并安装您的 Android 设备。

  3. 如果出现此弹出窗口,请单击“允许”。

allow

  1. Enable USB Debugging :

    Setting - About Phone - Tap Build Number 5 times.

    Then go to : Setting - Developer Options - Turn On Usb Debugging.

  2. Download and install Wondershare Mobile Go / Snappea. That program will download and install your android device.

  3. If this popup appears, click allow.

allow

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文