Android - 更改实时应用程序的包名称 [英] Android - Change package name of live application

查看:34
本文介绍了Android - 更改实时应用程序的包名称的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个名为Moodlytics"的应用程序已经在 Google Play 上线.https://play.google.com/store/apps/details?id=AnantApps.Moodlytics&hl=en目前它的包名称是AnantApps.Moodlytics".(我知道使用大写字母作为包名不是一个好习惯)

I have one application which is already live on google play named 'Moodlytics'. https://play.google.com/store/apps/details?id=AnantApps.Moodlytics&hl=en Currently its package name is 'AnantApps.Moodlytics'. (I know its not good practice to use capital letters for package name)

现在我要更新我的应用程序.

Now I am going to give an update to my application.

所以我的问题是:我可以使用anantApps.moodlytics"(全部用小写字母)作为包名而不是原来的包名吗?当前上线的应用是否会受到此影响?

So my question is : Can I use 'anantApps.moodlytics' (all with small letters) as package name instead of the original one? Will current live application will be affected by this or not?

推荐答案

不,你不能,看这里:http://android-developers.blogspot.nl/2011/06/things-that-c​​annot-change.html因为包名是你包的唯一名称,android 无法确定它是否属于你的旧包名.所以它就像对待另一个应用程序一样对待它.

No you can't, look here: http://android-developers.blogspot.nl/2011/06/things-that-cannot-change.html Because the package name is an unique name of you package and android cannot determine if it belongs to your older package name. And so it treats it like if it were another app.

这篇关于Android - 更改实时应用程序的包名称的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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