Android Application vs Activity

前端 未结 2 343
星月不相逢
星月不相逢 2020-12-29 07:59

I have written a few Android apps, and have always declared a starting Activity as the:


    

        
2条回答
  •  一整个雨季
    2020-12-29 08:51

    Did you set it in you manifest activity tag for this intent you are starting (another one besides your main) ?

     
                 
                
                      <--- this is only name by which you activity can be called.
                    
                
            
    

提交回复
热议问题