Running app gives 2 app icons in Android Studio

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

    When running android and doing debug, there is an another AndroidManifest.xml under src/debug. Make sure this manifest file matches the main one under src/main.

提交回复
热议问题