Skip to content

Commit 58ead03

Browse files
authored
chore(docs): 0.8.3 (#823)
1 parent b4490b1 commit 58ead03

32 files changed

+5195
-0
lines changed

Diff for: docs/versioned_docs/version-0.8.3/android.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: "Overview"
3+
---
4+
5+
import Tabs from '@theme/Tabs';
6+
import TabItem from '@theme/TabItem';
7+
8+
To execute tests on Android devices marathon needs Android SDK
9+
installed. Devices are expected to be connected to local machine by any means
10+
supported by the adb (local usb connection, local emulator or TCP/IP).
11+
12+
:::tip
13+
14+
You can connect remote devices using `adb connect IP:port`. Marathon will be able to use them just like
15+
any other Android devices
16+
17+
:::

0 commit comments

Comments
 (0)