Running app gives 2 app icons in Android Studio

后端 未结 6 1492
挽巷
挽巷 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:36

    There is most likely an imported Library project that has this intent filter.

    1. Open your app manifest
    2. At the bottom left click on "Merged Manifest"
    3. Search and find which library project has the attribute
    
          
            
            
          
    4. Remove it and ensure that now the filter is only on your App's class activity.
    

提交回复
热议问题