-6

Is there any way I can test my apps on phone without it being connected with usb cable ? I want that because when i plug my phone in laptop it starts charging and draining laptops battery, so I would like to be able to test app on real phone without it being connected to laptop.

Alen
  • 949
  • 3
  • 17
  • 37
  • you can make a connection via wifi but i am sure it will also drain a little battery. Although you will be needing a usb to make wifi adb setup for the first time – Shubham AgaRwal Oct 15 '17 at 20:57
  • 1
    what about plugging the laptop to the electric circuit. – Juan Oct 15 '17 at 20:59

1 Answers1

0

There is an solution when your PC memory is low then emulator make it slow. Or computer does not support VTX

There is a github library for debugging using WIFI only check this link. The library is good for your case since only wifi is needed! Check this Introduction Quote:

IntelliJ/AndroidStudio plugin which provides a button to connect your Android device over WiFi to install, run and debug your applications without a USB connected.

Happy Coding!

Xenolion
  • 12,035
  • 7
  • 33
  • 48