Reputation: 43
Project -> Android -> app -> src -> main -> res and than right click on res
Upvotes: 3
Views: 3381
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
Reputation: 975
Open Android version. It will take some time to open. Click right button. Click new. You will find Image Asset.
Upvotes: 0
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