- Notifications
You must be signed in to change notification settings - Fork 235
Add steps for debugging Android device through WiFi without any cables #3026
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add steps for debugging Android device through WiFi without any cables #3026
Conversation
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 issues. Other issues are also a high priority. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
| Learn Build status updates of commit 18df30f: |
| File | Status | Preview URL | Details |
|---|---|---|---|
| docs/android/device/setup.md | View (>=net-maui-8.0) | Details | |
| docs/android/device/media/setup/pairing-via-code.png | ✅Succeeded | View (>=net-maui-8.0) | |
| docs/android/device/media/setup/wireless-debugging-button.png | ✅Succeeded | View (>=net-maui-8.0) |
docs/android/device/setup.md
- Line 136, Column 143: [Warning: bookmark-not-found - See documentation]
Cannot find bookmark '#debug-an-app-on-an-Android-device' in 'android/device/setup.md', did you mean '#debug-an-app-on-an-android-device'?
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 issues. Other issues are also a high priority. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
| Learn Build status updates of commit 567ca76: ✅ Validation status: passed
For more details, please refer to the build report. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
THis is perfect, thank you!
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 issues. Other issues are also a high priority. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
| Learn Build status updates of commit 7d88a28: ✅ Validation status: passed
For more details, please refer to the build report. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 issues. Other issues are also a high priority. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
| Learn Build status updates of commit 2378340: ✅ Validation status: passed
For more details, please refer to the build report. |
* Add steps for debugging Android device through WiFi without any cables (#3026) * Add media * Add files via upload * Document WiFi connection setup for Android devices without USB cable * Fix bookmark * Update docs/android/device/setup.md * Apply suggestions from code review --------- Co-authored-by: Gerald Versluis <gerald@verslu.is> * Clarify .NET MAUI Shell issue resolution for iOS 26 (#3029) --------- Co-authored-by: Olivier Betman <76904408+OvrBtn@users.noreply.github.com> Co-authored-by: Gerald Versluis <gerald@verslu.is> Co-authored-by: Gerald Versluis <gerald.versluis@microsoft.com>
For Android 11+ there is this cool feature to pair physical device for debugging without use of any cables and it's in general simpler than already proposed method.
Source: https://developer.android.com/tools/adb#wireless-android11-command-line
By the way it's my first time commiting changes to docs and I'm not sure if I can preview them so I'm sorry for any mistakes :))