# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
# Local configuration file (sdk path, etc)
local.properties
# Eclipse project files
.classpath
.project
# Proguard folder generated by Eclipse
proguard/
# Intellij project files
*.iml
*.ipr
*.iws
.idea/
# Ignore gradle files
.gradle/
build/
product/
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
# Local configuration file (sdk path, etc)
local.properties
# Eclipse project files
.classpath
.project
# Proguard folder generated by Eclipse
proguard/
# Intellij project files
*.iml
*.ipr
*.iws
.idea/
# Ignore gradle files
.gradle/
build/
product/
本文深入探讨了Android应用开发中关键的文件类型,包括构建应用的文件、dex虚拟机文件、Java类文件、生成文件、本地配置文件、Eclipse项目文件、IntelliJ项目文件等,提供了一个全面的指南,帮助开发者理解并高效地管理这些核心资源。
1505

被折叠的 条评论
为什么被折叠?



