简体   繁体   English

如何使用其签名正确卸载Android应用程序?

[英]How to uninstall an android app properly with it's signature?

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."我已经通过 Visual Studio 在我的 Android 手机上手动卸载了我正在进行的开发应用程序,但稍后当我尝试重新安装该应用程序时,我收到此错误“应用程序签名冲突”。

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 ).但是该应用程序已经卸载,我无法通过在我的文件资源管理器上搜索它的名称来找到任何文件,我也尝试遵循这个无法确定安装包 com.company.appName ,它与我的模拟器一起工作[面对这个我的模拟器也有问题]但不适用于我的实体手机(小米红米 Note 7 Pro )。 I can't see any trace of my app.我看不到我的应用程序的任何痕迹。

My app is made with Xamarin.Forms我的应用程序是用 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命令行卸载应用程序,这将完全删除它。

adb uninstall yourAppPackageNameHere

You'll need to have adb installed if you don't have it already.如果您还没有安装 adb,则需要安装它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM