Android Studio - Company Domain Name

吃可爱长大的小学妹 提交于 2020-01-12 02:34:25

问题


In Android Studio when you create a new project, you are prompted to put down a domain name.

I already know that you can make one up but what if you want to distribute your app on the Google Play store? Do I need to buy a web domain just to distribute my app even if I will never use my domain?


回答1:


No you don't need to buy a domain name to distribute your app. The domain name is used by Android Studio to generate a package name. Your package name is just a unique identifier for your application in the Google Play Store. It can be anything you want as long as it is unique. Generally, we use reverse domain names like com.something. or org.something. structure for naming java packages. You can read more about it here.



来源:https://stackoverflow.com/questions/30270936/android-studio-company-domain-name

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!