custom android.app.Application not firing onCreate event

前端 未结 6 587
粉色の甜心
粉色の甜心 2021-01-01 09:31

I\'m deriving a custom application from android.app.Application and I can\'t get its onCreate event being fired. Here\'s the implementation

import android.ap         


        
6条回答
  •  自闭症患者
    2021-01-01 10:00

    I had this issue and found that in my case that the whole issue was phone side. I rebooted the phone and that fixed the issue.

提交回复
热议问题