2

I am trying to debug my android application on a device connected via local-network.

I have used following instructions to create ADB with device over TCP: Run/install/debug Android applications over Wi-Fi

I can install the app and see the logs but i can not debug the application because Android studio doesn't stop at any breakpoint.

Following is Debug console's log:

Waiting for application to come online: com.example.tosc.notesync.test | com.example.tosc.notesync

Connecting to com.example.tosc.notesync

Is it really possible to debug the android app line by line over wireless connection?

Community
  • 1
  • 1
Rohit Gupta
  • 1,368
  • 1
  • 14
  • 30
  • Are you sure you are connecting to the correct device? How do you obtain the IP and what is the IP that you are using? – dragi Oct 18 '16 at 07:28
  • yes i am sure. When i start debugging, application does get started but most of time it stuck on "waiting for debugger". Once in a while it works, but at that time, it never stops on any break-point. – Rohit Gupta Oct 18 '16 at 08:50
  • And i have obtained the IP address from settings >about tablet >status – Rohit Gupta Oct 18 '16 at 09:05
  • 1
    Did you solve this issue? I've faced the same problem. – Daniil Popov Mar 20 '20 at 14:56

0 Answers0