wmaney
wmaney

Reputation: 21

Android studio 1.0.2 messages greyed out under View Menu

If you look at the attached image, in Android Studio 1.0.2 I see the message tag greyed out (View -> Tool Windows -> Messages). I am trying to compile code and I dont see the error messages. What can cause this?

Screenshot

Upvotes: 2

Views: 234

Answers (1)

xtigr
xtigr

Reputation: 11

Had this exact problem. As it turned out, THe JDK update happened before that and all I had to do is to re-configure the JDK path from File->ProjectStructure->SDKLocation menu.

Upvotes: 1

Related Questions