You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/develop/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -214,9 +214,9 @@ It is recommended to use the `tauri [android|ios] dev --open` command and keep t
214
214
Each Android distribution has its own way to enable the Developer Mode, please check your manufacturer's documentation for more information.
215
215
:::
216
216
217
-
The Web Inspector for Android is powered by Google Chrome's DevTools and can be accessed by navigating to `chrome://inspect` in the Chrome browser.
217
+
The Web Inspector for Android is powered by Google Chrome's DevTools and can be accessed by navigating to `chrome://inspect` in the Chrome browser on your computer.
218
218
Your device or emulator should appear in the remote devices list if your Android application is running, and you can open the developer tools
219
-
by clicking **inspect** on your device.
219
+
by clicking **inspect** on the entry matching your device.
0 commit comments