问题
I just want to check some imported class belongs to which jar , that is it. There is alternative by checking each jar for the same package included in my code but i have lot of jar file included in my project , so i am specifically looking for the shortcut like eclipse
Thanks In advance. Yash.
回答1:
Ctrl + n to open up the class view and there you can see from which jars the classes come from.
When you press it once it shows just for local modules/projects. When you press it twice it includes your libraries and you will see it shows where it comes from to the right
.
来源:https://stackoverflow.com/questions/33301159/is-there-anything-like-ctrl-shift-t-of-eclipse-in-android-studio-to-see-open