displayName
displayName

Reputation: 33

Android Studio TODO list does not refresh

How can I refresh TODO list in the Android Studio? The list gets stuck and displays items that I have already removed and saved in files. I checked Stackoverflow and other places and could not find this.

Two tabs in the TODO (Project vs Current) show conflicting things:

enter image description here

enter image description here

Upvotes: 1

Views: 675

Answers (2)

Kr W
Kr W

Reputation: 11

Android Studio:
1. Build->Clean Project
2. Build->Make Project

Upvotes: 1

sindyoke
sindyoke

Reputation: 504

Try closing the project and opening again, maybe closing some other projects if you have many.

I had a few projects open, others were refreshing ok, so I closed them (all but one older) and when I opened again the problematic one, now it's refreshing ok. Puzzled, I tried to recreate the problem by opening 6 AS projects, but this time all are behaving ok.

Upvotes: 3

Related Questions