adb: Failure [INSTALL

xiaoxiao2021-02-28  93

问题:在执行 adb install的时候无法安装,出现错误

Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES]

删掉debug.keystore文件就好,每次运行的时候该文件还会重新生成

该文件位置可以通过locate debug.keystore查找

建议直接使用下面这条命令,该命令直接将查找到的结果作为参数输入,直接删掉

locate debug.keystore|xargs -I {} rm {}
转载请注明原文地址: https://www.6miu.com/read-39080.html

最新回复(0)