# -*- coding: utf-8 -*- import os import sys import subprocess import time from uiautomator import device as d subprocess.check_output(r'adb install E:\Project\work\exercise\app_list\程序.apk') 输出如下: adb: usage: filename doesn't end .apk: E:\Project\wo
在64bit的系统上安装32bit的软件时,会提示: file not found or no such file. 此时只需要安装 sudo apt-get install libc6-dev-i386 如果此时还缺少 error while loading shared libraries: libX11.so.6: cannot open shared object file: No such file or directory再根据提示安装相应的32bit的库即可 sudo apt-ge