xml文件中ID的作用是什么

What is the function of the ID in the xml file

我用PhoneGap制作了一个应用程序,一开始我可以填写一个ID,这是可选的,但是我只是把它留给了标准的,不知道是什么是。

当我尝试将应用程序上传到 Play 商店时,我不得不将 ID 更改为某个不存在的 ID。我按照他们的建议,将 config.xml 文件中的 ID 更改为反向域名。

但我的问题仍然存在:

当然,我在询问之前做了一些研究,但我对这个主题的了解很少。

来自documentation

id: the unique identifier for your application. To support all supported platforms, this must be reverse-domain name style (e.g. com.yourcompany.yourapp)

这是为了让您的应用在 Play 商店中独一无二。为了避免 Play 商店中应用程序之间的命名冲突。

详细了解反向域名表示法 .