- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
Within the last 3 days I updated the XDK IDE to latest 2548, now USB Device detection no longer works. I cannot run project testing via usb, this never failed in prior version. All other methods still operational.
Any help would be appreciated
Thanks
Steve
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you perform an "adb devices" command and get a response with your device attached? The XDK does not touch the USB driver needed to talk to the device over USB. Once that is installed and working the XDK can talk to the device. If the XDK is having trouble finding "adb" that can cause troubles.
Search your system for a copy of "adb" ("adb.exe" on windows), attach your device to the USB and try this at a command prompt:
- adb devices
If successful, you should see something like the following:
$ adb devices List of devices attached 8e0cc7bb device
If that works, your USB driver is working and your adb connection is working, and it is possible the XDK is having trouble finding the adb command (check the xdk.log file, there are messages regarding success or fail locating the adb utility).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Paul
Thanks for your reply, I got it to work on XDK IDE restart, it's been OK since then.
Thanks Again
Steve

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page