Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ADT error: Could not create the view: org.eclipse.mylyn.tasks.ui.views.tasks

Does anyone know how to fix this error? I am not able to view Task List, and the Task List window has the error as written above/below.

Could not create the view: org.eclipse.mylyn.tasks.ui.views.tasks
like image 724
Cote Mounyo Avatar asked Aug 23 '13 22:08

Cote Mounyo


2 Answers

In my case to solve it I just went to Eclipse Marketplace, searched for Mylyn and installed it. Afterwards the eclipse restarted and the problem was gone.

like image 133
Rob Bar Avatar answered Dec 31 '22 04:12

Rob Bar


As far as the error message "Could not create the view: org.eclipse.mylyn.tasks.ui.views.tasks" is concerned, here's what happened in my case and how I solved it:

I had this problem with Eclipse Neon version (not Luna/Mars), i.e. the error message appeared in the 'Task List' view each time I started Eclipse, even if I used "-no-activate-task" in the command line.

The problem was most probably because I was using a "customized" environment created with previous versions and let Neon adapt it the first time I run it.

After I created a new "customized" environment from scratch, the error disappeared.

like image 43
Apostolos Avatar answered Dec 31 '22 04:12

Apostolos