ATX icon indicating copy to clipboard operation
ATX copied to clipboard

测试环境搭建linux上,用atx启动app无反应,也不报错

Open chenabc1 opened this issue 6 years ago • 1 comments

coding: utf-8

import time import atx

d = atx.connect() #gt = GT(d) d.start_app('com.android.chrome')

在windows上试过,可以正常打开,但是在linux上执行脚本,就没反应了

chenabc1 avatar May 14 '18 06:05 chenabc1

linux上需要依赖adb的

codeskyblue avatar Jun 05 '18 13:06 codeskyblue