android-studio - Android studio 中 build.gradle 中如果依赖的项目过多的话 对app本身有什么影响吗
PHPz
PHPz 2017-04-18 09:15:38
0
4
760

Android studio 中 build.gradle 中如果依赖的项目过多的话 对app本身有什么影响吗

PHPz
PHPz

学习是最好的投资!

reply all(4)
阿神

It won’t have much impact. Confusion optimization will be done, and unused libraries will be optimized during packaging.
But if a project has too many dependencies, it may cause slow compilation during debugging.

阿神

gradle is just a packaging tool and will not affect the app.
If there are too many dependencies, the compilation time will be very long. . . . . .

黄舟

It is recommended to add all dependencies without any dependencies, which will really slow down the compilation time. Of course, artifacts such as instant run can be used very well in most cases.

大家讲道理

xml attributes may have naming conflicts

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template