Editing
Useful stuff
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Wifi debugging with Android studio == Don't get confused between /usr/bin/adb and /opt/android-sdk/platform-tools/adb. If the adb is restarted, then you have to redo the connection process. Only use one version of the tool during this process. For now I'm using the /opt/android-sdk/platform-tools/adb only as it is a higher version than the /usr/bin/adb. It appears that during the first set of commands you need to have the android target connected via usb until after the tcpip command. This maybe switching communication modes on the android targets adbd as well. ping 192.168.1.142 ./adb kill-server ./adb devices ./adb tcpip 5555 ./adb connect 192.168.1.142:5555 ./adb devices Now I appear to be able to debug normally. The connect command may need to be run a couple of times.
Summary:
Please note that all contributions to SoftwareGuy may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
SoftwareGuy:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
Edit source
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information