Reputation: 31
I get this error as it shows in the image. So basically, it won't install the adb driver onto my device. So when I open android studio, it doesnt show any traces of the glasses being a connected device.
I know this because I've tried with my phone and it will show my phone as a connected device on Android studio.
I've seen other posts but they are just not helping since this is already included in instructions I've been following.
I am on a windows 8.1 laptop, should I try on ubuntu?
If I try it virtually on ubuntu will it be slow to install Android Studio and just to do things generally?
adb not working:
Upvotes: 2
Views: 421
Reputation: 31
Ok so I managed to get the glasses recognised as an adb. After looking at this , also this and how to get ADB working in Windows for the Epson Moverio BT-200 by Dave , .
from first link Use "Universal ADB (Android Debug Bridge) Driver for Windows": https://plus.google.com/103583939320326217147/posts/BQ5iYJEaaEH , install this driver on your computer.
Following advice of Dave, line I went on the android studio site for android_winusb .then you extract the Google USB Driver ZIP file and remember the path location to the android_winusb.inf file.
search to device manager>look for device embt2>select update driver>select you want to select driver your self and select the universal driver and samsung android device
then you have to enter the path of the driver which is the path location to the android_winusb.inf file from your downloads
click and finish to install.
the glasses should be listed as a samsung android device in device manager as a android adb device
If you open android studio, it should detect your glasses as an adb device and you can run apps on it
Upvotes: 0
Reputation: 116
This may not help everyone but this fixed it for me (Windows 10 Enterprise using BT2000).
Working on the assumption that the android_winusb.inf file has been altered along with all other instructions in the BT-2000 developer guide[1]. These were the steps I took to install mine:
[1] Section 2.4 - https://tech.moverio.epson.com/en/bt-2000/1_0_4/developers_guide.pdf
Upvotes: 1