<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>wireless debugging</title>
	<atom:link href="https://robotqa.com/tag/wireless-debugging/feed/" rel="self" type="application/rss+xml" />
	<link>https://robotqa.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 29 May 2024 14:40:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.1</generator>
	<item>
		<title>Wireless Debugging Android Debug Bridge (adb)</title>
		<link>https://robotqa.com/blog/wireless-debugging-with-android-debug-bridge-adb/</link>
		
		<dc:creator><![CDATA[RobotQA]]></dc:creator>
		<pubDate>Wed, 29 May 2024 14:40:24 +0000</pubDate>
				<category><![CDATA[Application Debugging]]></category>
		<category><![CDATA[adb]]></category>
		<category><![CDATA[android debugging]]></category>
		<category><![CDATA[wireless debugging]]></category>
		<guid isPermaLink="false">https://robotqa.com/blog/?p=263</guid>

					<description><![CDATA[Requirements for Wireless Debugging Ensure that your workstation and device are connected to the same wireless network. Your device must be running Android 11 (API level 30) or higher for phones or Android 13 (API level 33) or higher for...]]></description>
										<content:encoded><![CDATA[<h3 class="md-nonanchor-heading"><strong>Requirements for Wireless Debugging</strong></h3>
<ol>
<li>Ensure that your workstation and device are connected to the same wireless network.</li>
<li>Your device must be running Android 11 (API level 30) or higher for phones or Android 13 (API level 33) or higher for TV and Wear OS.</li>
</ol>
<h3 class="md-nonanchor-heading">Pairing Your Device with Your Workstation</h3>
<ol>
<li style="list-style-type: none;">
<ol>
<li>Enable developer options on your device.<br />
<table>
<tbody style="border-right: 1px solid #dee2e6; border-left: 1px solid #dee2e6;">
<tr>
<th>Device</th>
<th>Setting</th>
</tr>
<tr>
<td>Google Pixel</td>
<td>Settings &gt; About phone &gt; Build number</td>
</tr>
<tr>
<td>Samsung Galaxy</td>
<td>Settings &gt; About phone &gt; Software information &gt; Build number</td>
</tr>
<tr>
<td>LG G6 and later</td>
<td>Settings &gt; About phone &gt; Software info &gt; Build number</td>
</tr>
<tr>
<td>HTC</td>
<td>Settings &gt; About &gt; Software information &gt; More &gt; Build number or Settings &gt; System &gt; About phone &gt; Software information &gt; More &gt; Build number</td>
</tr>
<tr>
<td>OnePlus</td>
<td>Settings &gt; About phone &gt; Build number</td>
</tr>
</tbody>
</table>
<p>Tap the <b>Build Number</b> option seven times until you see the message <code translate="no" dir="ltr">You are now a developer!</code> This enables developer options on your device.</li>
</ol>
</li>
</ol>
<ol>
<li>Open Android Studio and select &#8220;Pair Devices Using Wi-Fi&#8221; from the run configurations menu.<img fetchpriority="high" decoding="async" class="aligncenter wp-image-270" src="http://blog.robotqa.com/wp-content/uploads/2024/05/2024052914491216.png" alt="Adb wireless debugging" width="611" height="514" srcset="https://blog.robotqa.com/wp-content/uploads/2024/05/2024052914491216.png 1174w, https://blog.robotqa.com/wp-content/uploads/2024/05/2024052914491216-300x252.png 300w, https://blog.robotqa.com/wp-content/uploads/2024/05/2024052914491216-1024x862.png 1024w, https://blog.robotqa.com/wp-content/uploads/2024/05/2024052914491216-768x646.png 768w" sizes="(max-width: 611px) 100vw, 611px" /></li>
<li>Follow the on-screen instructions to pair your device with a QR code or a pairing code.<img decoding="async" class="aligncenter size-full wp-image-273" src="http://blog.robotqa.com/wp-content/uploads/2024/05/202405291451216.png" alt="" width="348" height="380" srcset="https://blog.robotqa.com/wp-content/uploads/2024/05/202405291451216.png 348w, https://blog.robotqa.com/wp-content/uploads/2024/05/202405291451216-275x300.png 275w" sizes="(max-width: 348px) 100vw, 348px" /></li>
<li>Your device is now paired, and you can deploy your app wirelessly.</li>
</ol>
<h3 class="md-nonanchor-heading">Using adb Wirelessly via Command Line</h3>
<ol>
<li>Enable developer options on your device.</li>
<li>Enable Wireless debugging on your device.</li>
<li>Open a terminal window on your workstation and navigate to the platform-tools directory.</li>
<li>Find your device&#8217;s IP address, port number, and pairing code.</li>
<li>Run the command <code>adb pair ipaddr:port</code> using the IP address and port number obtained.</li>
<li>Enter the pairing code when prompted to establish the connection.</li>
</ol>
<h3 class="md-nonanchor-heading">Troubleshooting Wireless Connection Issues</h3>
<ol>
<li>Check that your workstation and device meet the prerequisites for wireless debugging.</li>
<li>Verify that your Wi-Fi network allows p2p connections for wireless debugging.</li>
<li>If adb over Wi-Fi turns off automatically, reconnect to the network to resolve the issue.</li>
<li>If the device does not connect after pairing successfully, manually connect using <code>adb connect ip:port</code> due to mDNS restrictions.</li>
</ol>
<p>By following these steps, developers can leverage adb wirelessly to streamline app deployment and debugging processes without the constraints of USB connections. Embracing wireless debugging can enhance efficiency and flexibility in Android development workflows.</p>
<p>Remember to stay updated with the latest Android Studio and SDK Platform Tools versions to ensure seamless wireless debugging experiences.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
