Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to generate new image asset in Android Studio

Tags:

All the documentation refers to right clicking on the res folder, choosing new and selecting "new Image Asset" - this option is simply not there. I've tried looking around for it and can't find it anywhere. What am I missing?

Here's what I see:

enter image description here

like image 700
motleydev Avatar asked Nov 30 '17 10:11

motleydev


People also ask

How can I create my own Android icons?

To create a custom app icon, you'll need a third-party launcher app like Nova Launcher, which is one of the most popular. Launch the app and quickly go through the setup stage. Once you're done, find the app you want to set a custom icon for and long-tap on it. From the menu that pops up, select “Edit.”

How do I add an image to Mipmap?

Open you file explorer and just move drawable files you want to move and paste into mipmap directory, and do not use any numerical number with image name.


1 Answers

I had the same issue for some time here.

My issue was that I opened the project in Android Studio pointing the wrong folder. I work in a React Native project and opened the root folder of the project.

The problem was solved after I opened my project in Android Studio pointing to the Android folder inside my React Native project. Then, Android Studio synced the Android project in fact the the option showed up! :)

Hope it works for you.

like image 197
Felipe Pinto Avatar answered Sep 20 '22 18:09

Felipe Pinto