Translate

Monday, October 16, 2017

shortcut in Android Studio to locate the current opened file in Project explorer.

You can use the Scroll from Source button in the Project Toolbar in the left of Android Studio.



Another solution is Alt+F1+1. Select target like ProjectView -> Project/Android etc in which target you want to open this file and Enter. You can also read Locate current file in IntelliJ for more .

No comments:

Post a Comment

Could not identify launch activity: Default activity not found : Error while Launching activity

Problem : I got this Error , When I tried to create an application without any Activity . Basically like to develop an Android Headless appl...