I'm developing an app for Honeycomb
and got this really quirky problem.
I've changed app icon (ic_launcher
) in every drawable
folder and make sure it is right in the manifest, but instead Ive got an standard "settings
" icon in launcher (in app itself it's right).
I've cleaned the project, searched for every single wrong line, no results.
Help would be appreciated :)
Weird problem
Just change @drawable/appicon
with your icon in your Manifest.xml
like this:
<application android:icon="@drawable/appicon" android:label="@string/app_name"
android:name="com.droid.MyApplication">
...
</application>
In my case the icon appeared correctly after I rebooted the device. I had followed the above suggestions, though.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With