numberformat exception using alarmamanager - crashes before on start

前端 未结 3 427
走了就别回头了
走了就别回头了 2020-12-21 22:15

---------UPDATE -----------------------------------------

When the app starts I receive numberformat exception at line :

final long thetime=Long.par         


        
3条回答
  •  春和景丽
    2020-12-21 22:50

    Ok, I had forgot the :

    startService() im my main activity. I had to put it in myservice activity.

    Thanks to all

提交回复
热议问题