Connecting an external USB device to IntelliJ
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#limitations states 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
Please sign in to leave a comment.
As I understand, you need to connect external USB device to Android emulator, don't you? If it is limitation of the emulator, I think the answer is no, because IntelliJ uses the same 'emulator' from the SDK tool as Eclipse does.