本文介绍了如何在Android Studio中显示依赖关系树?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我的目标是在特定项目中查看依赖关系树(例如:appcompat,dagger等)。
My goal is to see the tree of dependencies (such as: appcompat, dagger, etc) in a particular project.
与IntelliJ一样:
Like the one IntelliJ:
推荐答案
最后,我想到了。我的工作是从项目菜单中选择项目(见下图)。
Finally, I figured it out. What I do is to select Project from Project menu (See the image below).
这篇关于如何在Android Studio中显示依赖关系树?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!