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

1,331

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 !

Share:
1,331
Satya Prakash
Author by

Satya Prakash

Problem Solver

Updated on December 29, 2022

Comments

  • Satya Prakash
    Satya Prakash over 1 year

    enter image description here

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