Note that there are some explanatory texts on larger screens.

plurals
  1. POUSB debugging - Issue with installing drivers for Epson Moverio
    primarykey
    data
    text
    <p>New to Android development, I've made a small app using <a href="http://en.wikipedia.org/wiki/Eclipse_%28software%29" rel="nofollow">Eclipse</a> that works perfectly on a virtual Android device. Now, I want to run it on the real device: Moverio, a head-mounted display made by Epson, but my computer just does not recognize it as an Android device. </p> <p>Being on Windows 7, I understood I need a specific USB driver. Epson sent me instructions to install the driver, but it still doesn't work. How can I do it?</p> <p>Here are the steps I followed:</p> <ol> <li>Add following two lines in [Google.NTx86] and [Google.NTamd64] sections in \extras\google\usb_driver\android_winusb.inf:<br> <code>%SingleAdbInterface% = USB_Install, USB\VID_04B8&amp;PID_0C04<br> %CompositeAdbInterface% = USB_Install, USB\VID_04B8&amp;PID_0C04&amp;MI_01</code></li> <li>Add vendor ID in [username].android\adb_usb.ini]</li> <li>Enable USB debugging mode on the device</li> <li>Install USB driver following instructions given here <a href="http://developer.android.com/tools/extras/oem-usb.html#InstallingDriver" rel="nofollow">http://developer.android.com/tools/extras/oem-usb.html#InstallingDriver</a></li> </ol> <p>I ran into a problem in the fourth step: in my device management panel, Moverio is in the "Disk drives" category. When I right click on it to install or update drivers nevertheless, inputting the <code>&lt;sdk&gt;\extras\google\usb_driver\</code> folder, it says the driver is up to date. When I try to run the app using Eclipse, it asks me to install a virtual device, because it can't find any real device connected.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload