How can one change the size of the app launcher icon in Flutter if by right clicking on "res" and "new" and there's no "image asset" option is showing up. Is there a work around? Does anybody know?
Asked
Active
Viewed 171 times
0
-
Have you tried it from the **Android** view? – David Lee Jul 08 '21 at 14:04
-
No. How do you do that? – Kaushal Kishore Jul 08 '21 at 14:13
-
On the top left corner, you'll `Project` (the view you see now). There is a drop-down menu and you should see `Android`. – David Lee Jul 08 '21 at 14:15
-
No, there's no android in drop-down menu. I am not seeing "Image-asset" in res and could it be cus' of I haven't downloaded Android emulator? – Kaushal Kishore Jul 08 '21 at 14:29
-
Refer to the [following](https://stackoverflow.com/questions/33817556/android-studio-android-project-view-is-missing/42113078) if you cannot find it and not downloading Android emulator shouldn't be an issue. (I assume you're trying to make an **XML** file in a proper folder.) – David Lee Jul 08 '21 at 14:33
-
No, I am not doing that. I am just trying to change the size of the app icon in flutter. It's not working. That's the process which I mention – Kaushal Kishore Jul 08 '21 at 14:49
-
You can go back to the **Project** view anytime you want ;; You mentioned that you could not see the `Image Asset` option, so I just provided a possible solution. – David Lee Jul 08 '21 at 14:57
-
Does this answer your question? [How to change the application launcher icon on Flutter?](https://stackoverflow.com/questions/43928702/how-to-change-the-application-launcher-icon-on-flutter) – Anand Jul 09 '21 at 00:45