Default Activity not found in Android Studio

后端 未结 28 1338
盖世英雄少女心
盖世英雄少女心 2020-11-29 03:22

I just upgraded to Android Studio 0.2.8 and I am getting an error that says \"Default Activity not found\" when I try to edit the run configurations.

When I launch A

28条回答
  •  眼角桃花
    2020-11-29 03:36

    If you don't have the tab and you started with an empty activity try this. Below is a sample code example:

    
    
        
            
                
                
            
        
    
    
    

    Now go to your AndroidManifest.xml file. Next copy the intent filter from this code. Look at your manifest file really good and paste the intent filter in the exact place it is in the code above. (after the .yourActivityName> part of the manifest.) I hope this helped.

提交回复
热议问题