Android studio 更换app launcher图标后还是显示之前的小人图标

最近换了一款三星S7的手机测试app,没换app logo图标先运行了一遍,更换logo图标后再次运行发现还是之前的图标:

"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了下都不好使,瞬间这问题都被我碰见?? 郁闷中换了一款手机(华为)运行了一下,正常显示!!!,这就纳闷了,手机问题?于是把三星手机重启了一下后图标(不用再次在手机上跑程序了)就显示正常了。。。
仅此记下此异常

你可能感兴趣的:(AndroidUI)