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

uninstall app in android installed from apk

可能这不是正确的地方但是...

我为 android 统一开发了 ant apk。我将它复制到 phone 并安装了它。现在如何卸载它?

长按并拖动到垃圾箱不起作用。

它没有出现在 google 游戏商店

设置/应用程序管理(抱歉,我的 phone 是西班牙语,所以我不知道英文的实际措辞是什么。 从那里你真的可以看到所有已安装的应用程序并将其卸载。

may be this is not the correct place but ...

你是对的。你的问题是 https://android.stackexchange.com/.

I developed ant apk in unity for android. I copied it in the phone and installed it. How do I uninstall it now?

你可以这样做:

Settings > Applications > Choose your app > Uninstall

或使用adb:

adb uninstall your.app.package.name

long taping and dragging to the bin does not work.

尝试重启您的设备。

it does not appear in the google play store

正确。你上传到GooglePlay Developer Console了吗?好像,没有。所以它不会出现在 Google Play :)