Android Manifest Launcher Not Found

前端 未结 2 1097
迷失自我
迷失自我 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:40

    Try adding this to your AndroidMainfest.xml file

      //activty name which you want to launch first
                //this intent code helps you launch activity when the app starts
                    
                    
                
            
    

提交回复
热议问题