ADT error: Failed to create view: org.eclipse.mylyn.tasks.ui.views.tasks

Does anyone know how to fix this error? I canโ€™t view the task list, and the task list window has an error as indicated above / below.

Could not create the view: org.eclipse.mylyn.tasks.ui.views.tasks 
+4
source share
2 answers

Regarding the error message "Failed to create view: org.eclipse.mylyn.tasks.ui.views.tasks", here is what happened in my case and how I solved it:

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

The problem was most likely that I used a "custom" environment created with previous versions, and let Neon adapt it on first launch.

After I created a new โ€œcustomโ€ environment from scratch, the error went away.

0
source

In Mars, I had the same problem after trying to install the TaskDev Jira connector, which did not work. Ultimately, I had to remove all the org.eclipse.mylyn links. * In the catalog of functions and plugins and grab them from the initial download of Mars.

0
source

Source: https://habr.com/ru/post/1498671/


All Articles