I have developed several Android apps, and this has never happened to me, and it bothers my mind. I have an application launch icon with the name ic_launcher on android several folders (xhdpi, hdpi, mdpi and ldpi). My Android manifest is as follows:
<application android:icon="@drawable/ic_launcher" android:label="@string/app_name" > <uses-library android:name="com.google.android.maps" />
The application icon is just the default android. I cleaned the project, updated, built from several different computers, used ant to crunch png and nothing.
I'm starting to think that this is a problem with cached files on my Android or something (I use Miui on my S2), but I'm not sure.
Does anyone have any better suggestions?
source share