dancingbush
dancingbush

Reputation: 2281

Window ErrorLog not visible in Eclipse

Possibly a really stupid question but I had a IDE issue where I had to re-install eclipse ADT bundle and now I cannot see the Error log. I have looked under Window-Show View-Other and cannot find a ref to error log.

Any input appreciated.

Upvotes: 1

Views: 106

Answers (2)

ashoke
ashoke

Reputation: 6461

Use keyboard shortcut Alt-Shift-Q and Q to bring up Show View dialog, type "error" , it will filter out and show you "Error Log", double-click on it to get to "Error Log"

Upvotes: 1

Memetic
Memetic

Reputation: 301

Probably you are referring to the view called "Problems", which is there in the Window -> Show View menu.

The other views that show errors are "Console" and "LogCat".

Happy coding.

Upvotes: 1

Related Questions