如何使用其签名正确卸载Android应用程序? [英] How to uninstall an android app properly with it's signature?

查看:33
本文介绍了如何使用其签名正确卸载Android应用程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经通过 Visual Studio 在我的 Android 手机上手动卸载了我正在进行的开发应用,但后来当我尝试重新安装该应用时,我收到此错误应用签名冲突".

但该应用程序已经卸载,我无法通过在文件资源管理器中搜索它的名称来找到任何文件,我也尝试关注这个

解决方案

有时手动删除手机中的应用程序会出现该问题.要修复使用终端中的 adb 命令行卸载应用程序,这将完全删除它.

adb 在此处卸载您的 AppPackageName

如果您还没有安装 adb,则需要安装它.

I have manually uninstalled my on going development app on my Android phone via Visual Studio, but later when I'm trying to reinstall the app, I'm getting this error "Conflicting app signature."

But the app is already uninstalled and I couldn't find any file by searching it's name on my file explorer, I also tried to follow this one Could not determine the installation package com.company.appName, It worked with my emulator [face this problem in my emulator too] but not working with my physical phone (Xiaomi Redmi Note 7 Pro). I can't see any trace of my app.

My app is made with Xamarin.Forms

解决方案

Sometimes manually remove the app in the phone will have that issue. To fix use the adb command line in your terminal to uninstall the app, this will completely remove it.

adb uninstall yourAppPackageNameHere

You'll need to have adb installed if you don't have it already.

这篇关于如何使用其签名正确卸载Android应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆