1-android Engineering Catalogue Introduction

Source: Internet
Author: User

1, Src:java source files, write their own

2, Gen: Automatically generated Java files, the package name and the main package name consistent, ADT automatically generated.

(1) Buildconfig: Config file, cannot change

(2) R: Resource file, index management resource file, index value is int type

3, Android:jar Pack 4, Android Private Libraries: Third-party support files, 4 later version of the class library

5, Assets: native resources, resources here do not generate a resource index in Gen

6. Bin: Compiled binary file:

(1) Support Library

(2) Res: no compiled resource file

(3) Androidmanifest.xml

(4) Classes.dex: Packaged class

(5) helloworld.apk: Generated files

(6) RESOURCES.AP_: Compiled resource file

7, Libs: The following is the Java jar package, with the same as 4

8. Res: Resources placed here will generate the resource file index in Gen

(1) drawable: Resource picture

(2) Layout:layout index

(3) Menu:menu index value

(4) Value: String index value: 1) dimens: Size, 2) String: String index, 3) Sytles: Type change value or increment value will be automatically generated in Gen R.java update

(5) Values: Resource screen adaptation

9. AndroidManifest.xml:android Master configuration file

10, Project.Properties: Project properties, using the package and version of the third part of the Android version of the package can be changed, right-click on the project, properties, Android, selected in the corresponding version



1-android Engineering Catalogue Introduction

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.