[android-developers] Help please,I encountered this problemCouldn't init cursor window

2012-03-08 Thread jack
I'm receiving the following error(s): java.lang.RuntimeException: An error occured while executing doInBackground() at android.os.AsyncTask$3.done(AsyncTask.java:200) at java.util.concurrent.FutureTask $Sync.innerSetException(FutureTask.java:274) at

Re: [android-developers] Help please,I encountered this problemCouldn't init cursor window

2012-03-08 Thread Justin Anderson
Are you trying to do some UI stuff in your doInBackground() method? If so, that won't work... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Mar 6, 2012 at 8:55 PM, jack xinchenlong0...@gmail.com wrote: at -- You received this message because