View dependency library reference relationships in Android Studio

To view the reference relationship of the dependent libraries in the project, you can open the Gradle view, and then select the menu:
main module->help, and then double-click the menu: dependencies, it will be printed in the Run view.

Guess you like

Origin blog.csdn.net/chenzhengfeng/article/details/112169666