Running app gives 2 app icons in Android Studio

后端 未结 6 1493
挽巷
挽巷 2020-12-28 12:13

I am running an app in Android Studio and it gives 2 app icons in Androi Studio.

Also, I have moved from Eclipse to Android Studio and now I\'m having trouble with h

6条回答
  •  温柔的废话
    2020-12-28 12:52

    You declare two intent filter, used only one Intent filter in the activity, on AndroidManifest.

    
                 
                 
         
    

    If you used two or more intent filter in AndroidManifest, then you will have two app icon, So remove it & set one intent filter.

    I hove this is usedful to you.

提交回复
热议问题