skip to Main Content

After Android Studio upgrade (channel stable) I’m getting this in project view:

enter image description here

Dart files should have icon on the left, I’m getting white background instead. Other file types and folders are fine.

Do you know any workaround?

2

Answers


  1. The Dart plugin with the fix for Android Studio 2022.1.1 has been published, please update.

    Login or Signup to reply.
  2. Uninstalling and installing again dart plugin will solve this problem. Also make sure you have installed latest version of dart plugin install Dart 222.4560

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search