I can't find the Image Asset option in Android studio

I started learning App development in Android Studio, using the Flutter UI toolkit. Everything seems fine, however when i want to create a New Image Asset to edit my app's icon, i can't find it. When i right-click the android/app/src/main/res folder, it does not appear within New. I am following some older tutorials and they all have that option there.

This is what comes up: enter image description here

My version of Android Studio is:

enter image description here

And my version of Flutter is: 2.8.1 (Dart 2.15.1)

How can i fix this, or are there any alternatives for modifying my app's icon?


Try to do the following:

Right click on res directory -> Choose Mark Directory as -> Resources root

Right click -> Mark Directory as -> Resourses root

If it is not working, try to change file view to Android:

enter image description here