简体   繁体   English

Android 包名称,我是否需要域名?

[英]Android Package Name, Do i need a domain or not?

I'm now study Android Programming on my own, i have problem of understand for this "domain name" for the package...i have refer it in developer android website..and it say "domain name of your website".我现在正在自己学习Android编程,我对这个包的“域名”有理解问题......我已经在开发者android网站中引用了它......它说“你网站的域名”。 So i must create my own website to create an android app or i can just create it my own without website domain name?所以我必须创建自己的网站来创建一个 android 应用程序,或者我可以在没有网站域名的情况下自己创建它?

P\/s: this question is not about how the arrangement of the package name..this is question about do i need to have website or not..thank you.Please Answer kindly^^ P \/ s:这个问题不是关于包裹名称的排列方式..这是关于我是否需要有网站的问题..谢谢。请回答^^

"

No, you do not need to have the actual domain name registered to you and linked to a website. 不,您不需要将实际域名注册到您并链接到网站。

However, as a general practice most people do buy the domain name, as it prevents anyone else from doing so, and they can use it as a unique identifier for their apps. 但是,作为一般做法,大多数人都会购买域名,因为它会阻止其他人这样做,并且他们可以将其用作应用程序的唯一标识符。

The whole idea is to make your package name unique . 整个想法是让您的包名称独一无二
you know domain names are unique and if you reverse them still they will remain unique ! 你知道域名是独一无二的,如果你反转它们仍然是独一无二的
It is like a custom to use reverse domain name as package name. 这就像使用反向域名作为包名称的自定义。

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

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