UNPKG
appium-uiautomator
Version:
latest (1.3.0)
1.3.0
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.0.5-beta
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
Appium Android UI Automator interface
github.com/appium/appium-uiautomator
appium/appium-uiautomator
appium-uiautomator
/
Makefile
13 lines
(9 loc)
•
281 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
current_dir =
$(
shell
pwd)
xcode_path:=
"$(shell xcode-select -print-path | sed s/\\/Contents\\/Developer//g)"
DEFAULT: build
build:
cd bootstrap && android create uitest-project -n AppiumBootstrap -t android-18 -p . cd bootstrap && ant clean build
.PHONY
: \
DEFAULT \ build