Androidmanifest. xml in Android Projects

Source: Internet
Author: User

Androidmanifest. xml in Android Projects

The AndroidManifest. xml file in a project is as follows:


Package = "tw. suggest" // specify the package path of the program file in the project.
Android: versionCode = "1" // version number of this project
Android: versionName = "1.0"> // version name of the project


Android: minSdkVersion = "1" // The lowest API version available for this project
Android: targetSdkVersion = "10"/> // The expected API version of this project
Android: allowBackup = "true" // backup allowed
Android: icon = "@ drawable/ic_launcher" // small icon displayed during Program Execution
Android: label = "@ string/app_name" // program name displayed in the Information column above the mobile phone screen during Program Execution
Android: theme = "@ style/AppTheme" // theme style
>

Android: name = ". MainActivity" // The running is to enter this specified program
Android: label = "@ string/app_name">

// Determine the program that the application runs first


// Determines whether the application is displayed in the program list






Related Article

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.