Unable to resolve activity for: Intent

后端 未结 7 1890
伪装坚强ぢ
伪装坚强ぢ 2021-01-17 08:21

I am having a problem in running Android unit test. I got this error when I tried to run a simple test.

Here\'s the log:

Blockquote java.la

7条回答
  •  无人及你
    2021-01-17 09:12

    Try to check your Manifest.xml file:

    
        
    
        
        
        
        
         
     
    

    You need to check the following line:

     
    

    So the targetPackage must be the same as in your code.

提交回复
热议问题