我是 CentOS 的新手,我想使用 ADB 在模拟器中安装 APK。使用终端,我使用了以下语法:
adb install <nameofapk>.apk
该命令给了我这个错误:
Whoops: didn't find expected signature
read_central_directory_entry failed
file '<nameofapk.>.apk' is not a valid zip file
rm failed for /data/local/tmp/<nameofapk>.apk, No such file or directory
我需要做什么才能摆脱该错误消息并能够成功安装 APK?