Android: unable to start service intent: not found?

后端 未结 8 1378
清酒与你
清酒与你 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:08

    Sometimes you'll need to fully qualify your class name in the manifest, rather than using the shortform (.classname). I've seen that when I used classes from a different package, but perhaps it would help here since the service intent may go outside of the app.

提交回复
热议问题