Android: got CalledFromWrongThreadException in onPostExecute() - How could it be?

后端 未结 6 714
你的背包
你的背包 2020-12-13 09:48

I have an app in production for a few weeks, using ACRA, and I had zero errors until one strange error reported today.

I\'ve got:

    android.view.Vi         


        
6条回答
  •  执笔经年
    2020-12-13 10:20

    I think the problem lies in the line Activity a = getActivity(); I think you should do that before going into the AsyncTask

提交回复
热议问题