Pages

Thursday, April 12, 2018

Locate a file in Android Window in Android Studio

Locate a file in Android Window in Android Studio

While working in Android Studio, we might edit a file and we may want to find the location of the file in the Android Window [ Similar to Project Window, where we can see the project structure like list of folders, what each folder contains etc..].

For that, In Android Studio, Press
  
Alt+F1+1, Select target ProjectView -> Project/Android

Reference:
https://stackoverflow.com/questions/25113318/shortcut-in-android-studio-to-locate-the-current-editing-src-file

No comments:

Post a Comment