Android Project Structure

Source: Internet
Author: User

recently said to get started Android Project So read some information, after the new project, see the project structure really a lot of things ah, a little bit of a circle, take everyone to understand. Overall structure

Next Step-by-step introduction:

( 1 ) src : Java source code storage directory, Java the code file is stored in this.

(2)Gen:automatically generate the directory, storing all theAndroiddevelopment tools automatically generate files, the most important thing in the directory isR.javafile, this file is created byAndroidThe development tools are generated automatically. AndroidThe development tool will automatically follow you intoResdirectory resources, synchronizing update modificationsR.javafile.

( 3 ) Res : Resource directory in which we can store the various resources used by the application.

(4)Assets: Resource Directory,Androidin addition to providingResThe directory holds the resource file,Assetsdirectories can also hold resource files, andAssetsthe resource files under the directory are notR.javaautomatically generatedID.

( 5 ) project.properties : It is pointed out that the program is Android which version.

( 6 ) Androidmanifest.xml : A project manifest file that lists the functions that the program has.

Here is only a preliminary understanding, later in the application can be more in-depth understanding, the next there will be a series of articles to show to you.

Android Project Structure

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.