Google Play crashes when trying to download app/updated. Nowa crashes immediately after start. I actually have this issue since installing MIUI 11 at 9.9.27. Below is the error message:
Code:
android.database.sqlite.SQLiteException: no such column: if_range_id (code 1 SQLITE_ERROR): , 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, mediastore_uri FROM downloads WHERE (notificationclass=?) AND (uid= ? OR otheruid= ?)
at android.database.DatabaseUtils.readExceptionFromParcel(Unknown Source:15)
at android.database.DatabaseUtils.readExceptionFromParcel(Unknown Source:11)
at android.content.ContentProviderProxy.query(Unknown Source:77)
at android.content.ContentResolver.query(Unknown Source:77)
at android.content.ContentResolver.query(Unknown Source:4)
at android.content.ContentResolver.query(Unknown Source:12)
at iri.a(SourceFile:10)
at iri.a(SourceFile:59)
at iqa.b(SourceFile:3)
at ipz.run(Unknown Source:2)
at android.os.Handler.handleCallback(Unknown Source:2)
at android.os.Handler.dispatchMessage(Unknown Source:4)
at android.os.Looper.loop(Unknown Source:242)
at android.os.HandlerThread.run(Unknown Source:28)