Links and differences between Android package properties, package name and application ID

Source: Internet
Author: User
  1. Package properties: In the Androidmanifest.xml file.
  2. Package Name: The bundle name of the module structure.
  3. Application ID: The ApplicationID property under the module Defaultconfig block.
    1. Each Android application has a unique application ID similar to the Java package name
    2. If you want to upload a new version of the application, the application ID must be the same as the original. If you change the application ID of the new version of the application, then the Goolge store will consider it a completely different application
    3. The application ID and package name are exactly matched. In addition, the two are completely independent. Of course, you can change the package name, but this does not affect the application ID. Vice versa
      • A minimum of two segments (at least one. Separate)
      • Each paragraph must begin with a letter
      • All characters can only be letters, numbers, and underscores

Links and differences between Android package properties, package name and application ID

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.