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 java.util.concurrent.FutureTask.setException(FutureTask.java:125)
 at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:308)
 at java.util.concurrent.FutureTask.run(FutureTask.java:138)
 at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:
1088)
 at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:581)
 at java.lang.Thread.run(Thread.java:1027)
Caused by: java.lang.IllegalStateException: Couldn't init cursor
window
 at android.database.CursorWindow.native_init(Native Method)
 at android.database.CursorWindow.<init>(CursorWindow.java:41)
 at
android.content.ContentProviderProxy.query(ContentProviderNative.java:
412)
 at android.content.ContentResolver.query(ContentResolver.java:264)
 at
com.vluckyut.vmusict.oldvtwo.task.CategoryTask.doInBackground(CategoryTask.java:
70)
 at
com.vluckyut.vmusict.oldvtwo.task.CategoryTask.doInBackground(CategoryTask.java:
15)
 at android.os.AsyncTask$2.call(AsyncTask.java:185)
 at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:306)
 ... 4 more

I can't seem to find much online about this and don't know what it
really means.
Regards,
jack

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to