Android AsyncTask give BadTokenException in ActivityGroup
问题 I want to download table's data in backgroud so i did using AsyncTask.The preoblem is When the button click it should start download. I think there are some issues in button click function, because of I called another activity inise the onNextAction() & other Activity's onCreate() called AsyncTask, that time also I got same error. Its say LocalActivityManager didn't start OR may be issue in : Its running inside the ActivityGroup... Inside the ActivityGroup how to call AsyncTask? Error place