Android Unable to instantiate activity: Didn't find class on path

后端 未结 3 1670
感动是毒
感动是毒 2020-11-27 07:38

I\'ve imported project into eclipse and when I try to run it, then this exception is thrown:

java.lang.RuntimeException: Unable to instantiate activity Compone

3条回答
  •  北海茫月
    2020-11-27 08:20

    You should import new appcompat_v7 from sdk and use it as a built path,it works for me.

提交回复
热议问题