• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps APK Icon

Hi all,

I want to add a custom icon to apk file of my application.

When I copy the file from the pc to android, and open it with astro, I see the standard "Wheel+sheet" android icon.

Anyway, when it gets installed, in my phone's menu, I can see the icon i put in res\drawable\icon.png.

Is there a way to do this?
 
have you gone into the app and tried to change the icon pic?

If you are talking about putting a png file in res\drawable and putting android:icon="@drawable/icon" in AndroidManifest.xml, yes I did, as I wrote.

If you aren't referring to that, please explain me 'cause I didn't understood :(

Thanks,
SalvoMaltese.
 
Hi all,

I want to add a custom icon to apk file of my application.

When I copy the file from the pc to android, and open it with astro, I see the standard "Wheel+sheet" android icon.

Anyway, when it gets installed, in my phone's menu, I can see the icon i put in res\drawable\icon.png.

Is there a way to do this?

Astro caches the icons, so once you've updated your APK to have the icons, go clear the Astro cache and you'll see your new icon appear.
 
Back
Top Bottom