Android Activity ClassNotFoundException - tried everything

前端 未结 15 2399
有刺的猬
有刺的猬 2020-11-22 12:02

I\'ve just refactored an app into a framework library and an application, but now when I try and start the app in the emulator I get the following error stack trace:

15条回答
  •  南方客
    南方客 (楼主)
    2020-11-22 12:48

    solution provided by @yorkw is absolutely correct. I had an additional issue, in one of the layout files, I had mentioned the absolute name incorrectly. It should have been

    after resolving these, it worked good.

提交回复
热议问题