Calle olsson
Calle olsson

Reputation: 9

"Help-->Find Action-->Randomly selected action" by mistake

My problem started when I was looking for the search function to find code in one of my Classes and dumb as I was I went to the tab many "Help-->Find action" and relized this was not the search function I was looking for.

Instead of just typing in "Ctrl + F" I pressed some random button in this "Find Action" function, pressed enter and Android Studio started doing something in the background. I first thought it was just Gradle which was syncing in the background but Android Studio restructured my whole project it seems and asked for a restart afterwards.

Now I can't run my Project or the "Application" tab that I normally have when I work on the left side is gone. How can I get my project back?

This is my what my "Edit Run/Debug Configurations"

Here is the project tab which I can't toggle to App any more

Upvotes: 0

Views: 35

Answers (2)

Christopher Enim
Christopher Enim

Reputation: 3

Check the run configuration if it has selected the "app":

run config

Upvotes: 0

navylover
navylover

Reputation: 13609

Don’t worry, go to file menu and sync with grade files

Upvotes: 0

Related Questions