0

I am writing an Android application using U.are.U 4500 fingerprint reader, so, my question is: how can I debug such an application?

I have device USB port busy (fingerprint is connected to), is there another way to debug without unplugging the fingerprint reader?

Note: device is not rooted.

Onik
  • 19,396
  • 14
  • 68
  • 91

1 Answers1

0

ADB supports TCP/IP ...therefore one can use the debug bridge via WiFi.

there are many Q & A answering it.

Martin Zeitler
  • 1
  • 19
  • 155
  • 216