How To Change App Icon And App Name In Android Studio Android Studio Tutorials For Beginners

How To Change App Icon And App Name In Android Studio Android Studio Tutorials For Beginners




Full tutorial is given below. Dear Viewer we are working hard to maintain this website. We doesn’t want any think from you. Its just a humble request If you thinks that this posts helps you please share this post with your friends.


friends with this tutorial you can change your app icon and app name so:





1. First go to manifests here you can change your app icon
check this :

android:icon=”@mipmap/ic_launcher”

and

android:roundIcon=”@mipmap/ic_launcher_round”



2. Select drawable folder and copy any image from your system



3. Copy any image from your system that you want.



4. Right click on drawable folder and paste here your icon or image.




5. Select first directory and click on ok button.

6. Here you can edit your image name keep in mind that use your image name without any space.




7. Here call your image from drawable folder means:

change icon android:icon=”@mipmap/ic_launcher”
to
android:icon=”@drawable/usmtip”




8. And change round Icon android:icon=”@mipmap/ic_launcher”

To

android:roundIcon=”@drawable/usmtip”


Now Your app icon is changed and


follow this process to change you app name

  1.  Open strings from values folder



2. Here you see your app name.


3. Change your app name with you choice.


4. Now your app name is changed you can build your app.


Now Your turn………..
















All Server Links to Download This File:



Previous Post
Next Post

post written by:

0 Comments: