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
@@ -40,15 +52,23 @@ To use JNLP, please follow this article: [How can I configure the Exception Site
40
52
41
53
# Requirements
42
54
43
-
Currently AndroidScreencast works directly with `adb input` program through `ddmlib` and abuse functionality of:
55
+
Currently, AndroidScreencast works directly with `adb input` program through `ddmlib` and uses functionality of:
56
+
44
57
-`adb input key`
45
58
-`adb input tap`
46
59
-`adb input swipe`
47
60
48
-
Regarding this point, to use AndroidScreencast you need Smartphone running on Android with specific `input` program version. `adb input tap` and `adb input swipe` were introduced in [Android 4.1.1][Android_4_1_1_Input].
61
+
Regarding this point, to use AndroidScreencast you need Smartphone running on Android with specific `input`
62
+
program version. `adb input tap` and `adb input swipe` were introduced in [Android 4.1.1][Android_4_1_1_Input].
49
63
50
64
So, right now AndroidScreencast support all Android versions equal or greater than Android 4.1.1.
51
65
52
66
Also, to run AndroidScreencast you will need *adb* installed (or you can use bundled in OS bundles adb).
0 commit comments