Search code examples
androidandroid-studioandroid-debug

Debug an app on a device without any USB port?


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!


Solution

  • 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.