Unable to resolve activity for: Intent

后端 未结 7 1866
伪装坚强ぢ
伪装坚强ぢ 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:06

    I had specific similar problem while using the AndroidAnnotations lib.

    Later, I found out it was due to forgetting to use the generated class (MyActivity_ instead of MyActivity).

提交回复
热议问题