android: no class def found error from library project

前端 未结 4 2021
庸人自扰
庸人自扰 2021-01-18 18:32

i am getting a noclassdeffound exception, when running my app with the emulator:

@Override
public void onCreate(Bundle savedInstanceState) 
{
    super.onCre         


        
4条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-18 19:20

    The problem is that you haven't defined any intent-filters for your "ActivityTable" as well...

    
                
                    
                    
                
            
    

    This should help..

提交回复
热议问题