Android Activity ClassNotFoundException - tried everything

前端 未结 15 2277
有刺的猬
有刺的猬 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 13:04

    While this won't be applicable for everyone, I recently had this problem because my project was failing to link with a shared library present on the device. I had forgotten to specify in my manifest that my application .

提交回复
热议问题