Translate this page

How to Import App Icon for Your Android App in Android Studio Easier

Import Launcher Icon (app icon) for your Android App Easier

The launcher icon is one of the most important aspects of your android app, the launcher icons are located in mipmap folder of your app files, you can see the mipmap folder in android studio under the app > res > mipmap location.


You can create your app icon in a image editor software, such as photoshop or gimp first then we will import that icon

Easy and fast ways to import android app icon to your android project

There are several ways to import the app icon to the mipmap folders, first one is copying and pasting the icons to the folders one by one, this is actually a very hard way to put your app icons, because you will need to resize your app icon to multiple sizes so this is hard way, each mipmap folder has different size icons to support different devices, so you must put the icons in exact locations where they should be. if you don’t put the icons in the respective folders, your app icon’s visibility will be in wrong resolution and can be poor quality.

Image Asset Studio

The other smarter and easier way to import your app icon to the mipmap folder is by using the android studio’s built in option in the option menu, this is called ‘image asset’, this is very useful option, simply select the icon you want add to the app and this tool will automatically resize the icons to different sizes that are required by the app. The image asset can be accessed in the option menu, in android studio, right-click on the app folder, a menu will appear, select New and then select Image asset

Here is a screenshot

Image assets image
image assets in the menu of android studio

 

Selecting the image asset option, a new window will appear, select launcher icon from the drop-down menu, the choose ‘image‘ in the ‘asset type’, then select your app icon that you want use in the ‘path’, click ‘next

asset studio window




In the next window, select finish. That’s it, your app icon will be imported now

 

Related Posts

Here is How to Get Host Domain from URL in Android Java

Sometimes, we might need extract domain name such as www.google.com from the www.google.com/search=searchQuery. In android java, the code below can do it. It will output only the…

Android SoftKeyBoard Enter Key Handling

How to Handle Android Keyboard’s Enter Key to Support your Own Function By default, android soft keyboard’s enter key doesn’t support your own function even if you…

Test Intent and URL Schemes of Android Webview

URL Schemes Tester This page contains different URL Schemes that can be used to test various URL Schemes, it was created to test android webview, but other…

Convert Your Website to Android App

Make Android App for Your Website If you own a website, it is a good idea to make the website fit into an android app, not only…

Realme XT Specifications, Launch Date, Price and Details

Realme xt details, launch date and reviews The Realme XT is an android smartphone with a massive 64 Mega pixels camera and qualcomm snapdragon 712 processor. Brand…

How to Copy a Webview Link in Android Java

Here is how to Copy current web address url in Android Java With the simple java code below, you can copy a link of current loaded website…

This Post Has One Comment

Leave a Reply

Your email address will not be published. Required fields are marked *