1

I recently started using Android Studio with Flutter for basic App Development. I can't find the Resource Manager anywhere, expect one place. When i Right-Click on android/app/src/main/res an option called "Show In Resource Manager" appears and is clickable, but when i Right-Click on it nothing happens.

Do I need to Install this tool separately, or do I have to enable it somewhere in Android Studio?

Myxy290
  • 99
  • 1
  • 7

1 Answers1

2

It seems as if you've opened the project at the wrong directory level.

Just close the IDE and then open android as a project.

Also see the documentation.

Martin Zeitler
  • 1
  • 19
  • 155
  • 216