ad728

Tuesday, November 29, 2016

How to change Android App icon ?

How to change Android App icon on AIDE?


First choose the picture which you want to put as an icon of the App. Then copy or move the picture or image to the Storage/App Project/App name/app/src/main/res/drawable. You will get only drawable-hdpi, drawable-mdpi, drawable-xhdpi and drawable-xxhdpi but not drawable.
Just create a drawable folder and paste the image on it and give it a small name here I give the name as id_launcher because the default icon contain ic_launcher and it will be easy to rename it.

Now open the app project in AIDE and the Android Manifest.XML. Rename the App icon name ="@drawable/ic_launcher" to ="@drawable/id_launcher" then click on build app. Install the app you will see the desired picture or image as the app icon. The app icon must be in .png extension other extensions of image may not work in the app.
Watch the video for support



Final word: You have recently learned to change the app icon in AIDE android development project as well as Android Studio and Eclipse. But its slightly change in case of copying file in the Android Studio and Eclipse, to change app icon you should directly open project in the respective software and directly copy the image in drawable folder shown in the software. You don't need to search the folder in storage and as it is in Android Manifest.XML
If you have any questions first see "Why my Android App icon does not change?" and then comment your questions below


Share:

0 comments:

Post a Comment

Total Pageviews

Sponsor

Sponsor

ad300