Android Studio Debugging External Fingerprint Application

372 views Asked by At

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.

1

There are 1 answers

0
Martin Zeitler On BEST ANSWER

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

there are many Q & A answering it.