Session 'app': Error Launching activity

前端 未结 30 2817
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-28 06:43

After the Android Studio 2.0 update while the gradle build finishes I get this :

Session \'app\': Error Launching activity .

It prevents the app from starting

30条回答
  •  渐次进展
    2020-11-28 07:10

    I had this error because of my stupidity. In the manifest.xml I have wrongly declared two Activity as Launcher. Make sure you have only one activity as Launcher.

        
            
                
                
            
        
    
       
            
                
                
            
        
    

提交回复
热议问题