Unable to instantiate activity ComponentInfo

后端 未结 12 2274
甜味超标
甜味超标 2020-12-11 09:54

I am developing an application for Froyo as minimum version and Gingerbread as the target version. So, the manifest shows:



        
12条回答
  •  暖寄归人
    2020-12-11 09:57

    For the record, another simple reason that can cause this, that may have been overlooked when starting a project, is that the activity you wish to launch may not have extended Activity or be an empty class etc..

提交回复
热议问题