Android: unable to start service intent: not found?

后端 未结 8 1376
清酒与你
清酒与你 2020-12-17 14:19

I know, I am not the first onbe with this problem, but I tried so many solutions, I have found and no one works... maybe you could find the error

The error (also cam

8条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-17 15:02

    Well, in my case i had to clean the project. It sometimes happens when you have made a new Java class for the service in your package/project but did not build/clean the project afterwords. In my case, i just had to clean the project to get rid of the error.

提交回复
热议问题