Android 从 Google Play 或 Developer Console 中删除 .apk

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/11746970/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-20 08:41:45  来源:igfitidea点击:

Removing .apk from Google Play or Developer Console

androidgoogle-playapk

提问by Rohit Malish

So I made this test application and uploaded it to developer console, but because it was my first application it's package is named com.myfirstapp.program. now later I have made much better version of the same program and this time it is under proper package name, however google play wont let me upload my new program because package name is different. And I really dont want to use com.myfirstapp.program. Is there anything I can do? I tried searching if I could delete my apk entirely but found out it is impossible, so I am kind of stuck here.

所以我制作了这个测试应用程序并将它上传到开发者控制台,但因为它是我的第一个应用程序,它的包被命名为 com.myfirstapp.program。现在后来我制作了同一个程序的更好版本,这次它在正确的包名下,但是谷歌播放不会让我上传我的新程序,因为包名不同。而且我真的不想使用 com.myfirstapp.program。有什么我可以做的吗?我尝试搜索是否可以完全删除我的 apk,但发现这是不可能的,所以我有点卡在这里。

采纳答案by C Dirty

Check out this answer about unpublishing and deleting from Google Play.

查看有关从 Google Play 取消发布和删除的答案。

How remove application from app listings on Android Developer Console

如何从 Android Developer Console 上的应用列表中删除应用