[Switch] Two or more icons appear on the Android Studio development application desktop, androidstudio
Link: http://blog.csdn.net/jia635/article/details/78259699
Solution:
Check whether multiple activities in your AndroidManifest have registered two lancher, that is
Android. intent. category. LAUNCHER
No. Then, I did not find the cause through gradle, and finally searched for the AndroidManifest of the imported dependency project. I found that an AndroidManifest was also registered, although the Activity still reports an error (this Activity is not in the Code), two icons are still generated.
Therefore, when two or more icons appear on the desktop, the android. intent. category. LAUNCHER attribute is added to multiple activities. In addition to your own AndroidManifest, you must check the AndroidManifest of the referenced project.