Android IntentService not starting

后端 未结 6 505
别那么骄傲
别那么骄傲 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:03

    I was able to run your service by changing the package name to com.cdobiz.wifimapper.services and change the package name of the service in the manifest.

提交回复
热议问题