真机测试遇到问题
之前安装运行过(Debug版本)后卸载了,修改Debug版本签名后,重新运行报错
Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package com.example.flutter_demo3 signatures do not match the previously installed version


1、手机上已经卸载了,找不到这个应用了
2、清理垃圾,无效
3、重启手机,无效
解决:终端执行adb uninstall com.example.flutter_demo3,执行后再次安装就成功了


参考:
网友评论