Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 220 Bytes

DEVELOP.md

File metadata and controls

9 lines (7 loc) · 220 Bytes

Use APK as commandline

运行

APK=$(adb shell pm path com.github.uiautomator | cut -d: -f2)
adb shell export CLASSPATH="$APK"\; \
    exec app_process /system/bin com.github.uiautomator.Console --version