AndroidStudio study notes-05Android project structure

src

Source code

gen

Automatically generated directory to store R

bin

Store apk file

assets

Asset catalog

libs

Dependent library files

drawable

Picture resource

layout

layout

values

String, color, style

AndroidManifest.xml

The manifest file contains the configuration information of the APP. All four major components of Android need to be declared in the manifest

Guess you like

Origin blog.csdn.net/a451319296/article/details/107828143