Thanks for reading. I am developing an application that needs a USB device connected.
Using Eclipse this is not possible. Eclipse cannot see the device. http://developer.android.com/tools/devices/emulator.html#limitationsstates that the emulator does not support usb device connections.
My question is, can I use IntelliJ to get around this ? In other words, can I develop the app using IntelliJ and see the USB device interacting.
thanks