Android studio 更換app launcher圖標後還是顯示之前的小人圖標

最近換了一款三星S7的手機測試app,沒換app logo圖標先運行了一遍,更換logo圖標後再次運行發現還是之前的圖標:

<application
     android:allowBackup="true"
     android:icon="@mipmap/logo"
     android:label="@string/app_name"
     android:screenOrientation="portrait"
     android:roundIcon="@mipmap/logo"
     android:supportsRtl="true"
     android:theme="@android:style/Theme.Light.NoTitleBar">

我以爲是圖標的問題,但是也沒啥問題呀,我Rebuild、clean了下都不好使,瞬間這問題都被我碰見?? 鬱悶中換了一款手機(華爲)運行了一下,正常顯示!!!,這就納悶了,手機問題?於是把三星手機重啓了一下後圖標(不用再次在手機上跑程序了)就顯示正常了。。。
僅此記下此異常

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章