在Android的程序包ID [英] Bundle ID in android

查看:180
本文介绍了在Android的程序包ID的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

什么是捆绑ID 在Android的意思,什么是它的使用,而且可以在两个Android应用程序具有相同包ID?如果是的话,为什么?如果没有那么为什么

解决方案

一个包ID也被称为一个在Android是所有Android应用程序的唯一标识符。它必须是唯一的,当你把它上传到谷歌播放它识别和使用包名作为唯一的应用程序标识发布您的应用程序作为。

实际上它是需要确定您的应用程序的唯一的事情,一般有三部分:

com.example.testapp <​​/ P>

其中,示例一般公司/发行商的名称,和 testapp <​​/ STRONG>是应用程序的名字。

您将无法到APK上传到具有相同的包在店里另一个应用程序已经商店。

如果您需要更改在Eclipse包名称,请执行以下操作:

右键单击项目> Android的工具>重命名应用程序包......

What is meant by bundle ID in android, What is its usage, And can two android apps have same bundle ID? if YES then why? and if NO then why

解决方案

A bundle ID otherwise known as a package in Android is the unique identifier for all Android apps. It needs to be unique as when you upload it to Google Play it identifies and publishes your app using the package name as the unique app identification.

Really it is the only thing which is necessary to identify your app, and generally it has 3 parts:

com.example.testapp

Where example is generally the company/publishers name, and testapp is the appname.

You will not be able to upload an APK to the store which has the same package as another app already in the store.

Should you ever need to change the package name in Eclipse, do the following:

Right click project > Android Tools > Rename Application Package...

这篇关于在Android的程序包ID的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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