-1

Galaxy Nexus(Google製)でAndroidアプリケーションをテストしようとしています。Web開発者向けにWindows7HomePremium64ビットとEclipseJavaEEIDEを使用しています。

デバイスがEclipseDDMSビューに表示されません。cmdでadbデバイスを実行すると、デバイスも表示されません。

USBデバッグを有効にしました。

ここに示すようにUSBドライバーをインストールしようとする と、デバイスソフトウェアが最新であるというメッセージが表示されます。

また、adbサーバーを強制終了して再起動してみました。

4

3 に答える 3

0

Give the Universal Naked Driver a try? Be sure to follow the steps in the forum post.

于 2012-10-04T22:06:00.027 に答える
0

Nexus devices require the Google USB Drivers, you can get them through the SDK Manager.

If you have them installed and the device still is not detected try the following:

  • Use a different USB port (for me the USB 3.0 port is always making problems)
  • Restart the device and the computer
  • Restart ADB

Also take a look here, which explains how to install drivers for the Nexus S.

于 2012-10-04T22:21:44.257 に答える
0

I had a similar problem. I could not get my device to show up in my Eclipse devices window. When I typed adb devices, no devices were discovered. Fortunately, I discovered this website. It basically had me install a generic driver for my Motorola (Android 2). It had other drivers for Samsung and other manufacturers. After the install, my Motorola phone became visible with ADB.

于 2013-12-14T16:13:55.617 に答える