-1

I have a android device that doesn't have a usb data transfer and i need to debug an android app on it. all the solution that i already read, need to connect the device using usb cable at least once. I was wondering is there anyway that i can debug an android app without any need of usb cable?

And please dont say Adb via Wi-Fi because it needs usb connection to setup it.

And i also can't root my device!

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
mahboub_mo
  • 2,908
  • 6
  • 32
  • 72

2 Answers2

1

Well, to sumarize. If you are rooted, just install any "adb over wifi" app form Google Play, it will allow to enable adb over wi-fi without connecting to usb.

If you are not rooted, debug is not possible.

user1209216
  • 7,404
  • 12
  • 60
  • 123
0

You can try Adb via Wi-Fi. You will need IP address of the device and your device and machine should be on same Wi-Fi network

There are apps available for same in google play store as well, most of the time they need device to be rooted

Akhil
  • 6,667
  • 4
  • 31
  • 61