Issue
I am trying to set up to debug an Android app on a tablet (running 6.0.1) over wifi (not over USB, because the app needs hardware plugged into the USB port).
Gone through the connection process from a Windows command prompt to get adb to talk over wifi, and that seems OK - device is recognised on 192.168.0.16:5555.
I assumed I would then be able to load and debug the app from the Android Studio UI. Wrong - "no devices present". As soon as I plug it in via USB, it shows up.
I think I must be missing a trick here - how can I get Android Studio to load and debug it over wifi?
Solution
File -> Setting -> plugins -> Browse Repositories -> (search) Android wifi ADB
Install this plugin in your Android Studio
if you want to debug your app using wifi then, first time you have to use USB cable and see the right side of panel click on (Android Wifi Adb) tool, and see your device here
click on "connect" button
NOTE: Make sure that your computer and your device are connected with the same WiFi network.
Then display a message "Device is connected" after you are able to debug with wifi
Answered By - Prince Dholakiya
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.