Stephen Nollan
Stephen Nollan

Reputation: 153

How to Use the run tool in Tool windows

My run tool of Tool windows in view is grayed out and I have no idea as to what to do to be able to use ithere in windows I want the run tool(Alt+4)to become visible

Upvotes: 1

Views: 576

Answers (3)

Molly
Molly

Reputation: 1907

The Run Command is disabled when the Gradle is not built correctly.

Try Invalidating the cache.

Go to File > Invalidate Caches/Restart > Invalidate and Restart

Also, please attach the screenshot for Event Log, if above steps doesn't work for you.

Upvotes: 3

Stephen Nollan
Stephen Nollan

Reputation: 153

Got the answer. Very noob of me to ask. I should have tried a little harder. opened the gradle and pressed ctrl+shift. it worked

Upvotes: 0

AAryan
AAryan

Reputation: 20140

The Run tool window displays output generated by your application. If you are running multiple applications, each one is displayed in a tab named after the run/debug configuration applied.

It highlight when any application in your IDE is in running state.

Upvotes: 1

Related Questions