Android Studio 模块产生什么?
What do Android Studio modules produce?
Android Studio 模块产生什么?例如每个模块一个 jar,每个模块一个 apk?
模块之间的依赖性如何影响这些?
或者它只是 IDE 小说?
好吧,如果您刚开始,我建议您查看此页面:
https://developer.android.com/tools/projects/index.html它包含你所寻找的。
"There are only a handful of files and folders generated for you, and some of them depend on whether you use Android Studio or the android tool to generate your module. As your application grows in complexity, you might require new kinds of resources, directories, and files."
-如 dev.android link 我刚刚在上面发帖
Android Studio 模块产生什么?例如每个模块一个 jar,每个模块一个 apk?
模块之间的依赖性如何影响这些?
或者它只是 IDE 小说?
好吧,如果您刚开始,我建议您查看此页面: https://developer.android.com/tools/projects/index.html它包含你所寻找的。
"There are only a handful of files and folders generated for you, and some of them depend on whether you use Android Studio or the android tool to generate your module. As your application grows in complexity, you might require new kinds of resources, directories, and files." -如 dev.android link 我刚刚在上面发帖