# coding: utf-8 import time import atx d = atx.connect() #gt = GT(d) d.start_app('com.android.chrome') 在windows上试过,可以正常打开,但是在linux上执行脚本,就没反应了
coding: utf-8
import time
import atx
d = atx.connect()
#gt = GT(d)
d.start_app('com.android.chrome')
在windows上试过,可以正常打开,但是在linux上执行脚本,就没反应了