简体   繁体   English

卸载从apk安装的android中的应用程序

[英]uninstall app in android installed from apk

may be this is not the correct place but ...可能这不是正确的地方,但是......

I developed ant apk in unity for android.我为android统一开发了ant apk。 I copied it in the phone and installed it.我把它复制到手机中并安装了它。 How do I uninstall it now?我现在如何卸载它?

long taping and dragging to the bin does not work.长时间粘贴并拖动到垃圾箱不起作用。

it does not appear in the google play store它没有出现在 Google Play 商店中

may be this is not the correct place but ...可能这不是正确的地方,但是......

You're right.你是对的。 Your question is for https://android.stackexchange.com/ .您的问题是针对https://android.stackexchange.com/ 的

I developed ant apk in unity for android.我为android统一开发了ant apk。 I copied it in the phone and installed it.我把它复制到手机中并安装了它。 How do I uninstall it now?我现在如何卸载它?

You can do it this way:你可以这样做:

Settings > Applications > Choose your app > Uninstall

or using adb :或使用adb

adb uninstall your.app.package.name

long taping and dragging to the bin does not work.长时间粘贴并拖动到垃圾箱不起作用。

Try to reboot your device.尝试重新启动您的设备。

it does not appear in the google play store它没有出现在 Google Play 商店中

Correct.正确的。 Have you upload it to GooglePlay Developer Console ?您是否已将其上传到GooglePlay Developer Console Seems, no.似乎,没有。 So it wouldn't appear in Google Play :)所以它不会出现在 Google Play 中 :)

设置/应用程序管理(抱歉,我的手机是西班牙语,所以我不知道英语的实际用语是什么。从那里您可以真正看到所有已安装的应用程序并卸载它。

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

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