- Forum posts: 8
Jun 24, 2014, 5:19:29 PM via Website
Jun 24, 2014 5:19:29 PM via Website
Hi i am still newbie in android development,i have created an icon for my android app just for a test,now i want to change the default icon ic_launcher.png to my new icon (newicon.png)
under res folder,where should i put my newicon.png?so that if i will install my app in my phone the new icon will be use in my app.
drawable-hdpi
drawable-ldpi
drawable-mdpi
drawable-xhdpi
drawable-xxhdpi
and in the manifest
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"//here i am confuse which drawable folder is being called.
android:label="@string/app_name">
Thank you in advance.