Satya Prakash
Satya Prakash

Reputation: 43

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

enter image description here

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

Upvotes: 3

Views: 3381

Answers (3)

Arpit Verma
Arpit Verma

Reputation: 91

Open Android version in another window ( it will take some time) then right-click on res and click New and then click on Image assets. enter image description here You can see by this image :

Upvotes: 1

Ujjwal Raijada
Ujjwal Raijada

Reputation: 975

enter image description here

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

Upvotes: 0

Anushka Pubudu
Anushka Pubudu

Reputation: 427

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 !

Upvotes: 3

Related Questions