Android Manifest Launcher Not Found

前端 未结 2 1127
迷失自我
迷失自我 2021-01-27 11:10

I changed my Launcher activity to a different activity than the default Activity. But when I am running the Application I am not able to start the application. In the logCat it

2条回答
  •  情深已故
    2021-01-27 11:34

    Remove intent filter of Main Activity and put this intent filter to your Days Activity:

    
           
           
    
    

提交回复
热议问题