On Jul 8, 10:02 pm, KASIRAO VELUGU <
kasi...@gmail.com> wrote:
> My project is controlling some hardware device (like RFID kit) from
> Android Emulator which is installed in a PC... But i am not getting
> how to control the external hardware which is connected to PC from
> Android Emulator.... Can u help me on this topic??? Is it same doing
> project under windows and Linux??
Did you try changing the ADB settings where it lists down the device
you want to add to your emulator?
>
> I have written some code using android.hardware.usb package (which is
> available in Android 3.1) ... but it is not detecting the hardware
> devices attached over USB
Is your RFID kit getting detected in the host machine?
if yes, then as what node? What is the interface(USB, serial)?
Are you using any converters in between?
If you are able to see you device detected on host side but nothing
on emulator then as Chris mention you may have to re-consider your
design.
However 1st step would be to check if the host is detecting the RFID
kit.
--
vame