Android IntentService not starting

后端 未结 6 480
别那么骄傲
别那么骄傲 2021-01-11 21:54

I know this question has been asked many times, but all the other threads didn\'t solve my issue at all, I can\'t see anything wrong with my code. Maybe I missed something h

6条回答
  •  感情败类
    2021-01-11 22:00

    I had the same problem. To solve it I deleted the Intenservice class, wi an than i created a new class using: right click>new>Service>Service(IntentService)

提交回复
热议问题