I cann't find "Image Asset" for fixing icons in Android Studio 4.2 while working with Flutter

Viewed 2057

enter image description here

Project -> Android -> app -> src -> main -> res and than right click on res

2 Answers

You can't use android assets as icons inside your flutter app!

But

do you want to create a new one from right click

go as follows

in android studio go to

Tools > Flutter > Open Android Module in Android Studio

then select new window

then it opens from android studio as a new window then go to

File > Sync Project with Gradle Files

wait for it is done :)

then go

app > res 

then

Right click > new 

Updated with as you want !

enter image description here

Open Android version. It will take some time to open. Click right button. Click new. You will find Image Asset.

Related