java.lang.RuntimeException: An error occurred while executing doInBackground()
at android.os.AsyncTask$3.done(AsyncTask.java)
at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:354)
at java.util.concurrent.FutureTask.setException(FutureTask.java:223)
at java.util.concurrent.FutureTask.run(FutureTask.java:242)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
at java.lang.Thread.run(Thread.java:760)
Caused by: android.database.sqlite.SQLiteException: no such column: if_range_id (code 1): , while compiling: SELECT _id, entity, _data, mimetype, visibility, destination, control, status, lastmod, notificationpackage, notificationclass, notificationextras, total_bytes, current_bytes, title, description, uri, is_visible_in_downloads_ui, hint, mediaprovider_uri, deleted, bypass_recommended_size_limit, allowed_network_types, no_integrity, numfailed, cookiedata, useragent, referer, otheruid, if_range_id, title AS _display_name, total_bytes AS _size, download_file_hash, download_apk_install_way, download_extra, apk_package_name, errorMsg, download_speedup_time, download_speedup_status, download_speedup_mode, download_extra2 FROM downloads WHERE (notificationclass=?) AND (uid= ? OR otheruid= ?)
at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java)
at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java)
at android.content.ContentProviderProxy.query(ContentProviderNative.java)
at android.content.ContentResolver.query(ContentResolver.java)
at android.content.ContentResolver.query(ContentResolver.java)
at com.google.android.finsky.download.z.a(SourceFile:111)
at com.google.android.finsky.download.n.a(SourceFile:163)
at com.google.android.finsky.installer.a.u.doInBackground(SourceFile:57)
at android.os.AsyncTask$2.call(AsyncTask.java)
at java.util.concurrent.FutureTask.run(FutureTask.java:237)
... 4 more