@
ho121 #2
@
yfugibr #3
当前的“Android 安全更新”是“2022 年 10 月 5 日”。
logcat 显示 gms 不断执行更新,但是失败了。我去看看怎么解决。相关日志如下:
```
12-14 11:56:55.325 15141 15294 I SystemUpdate: [Execution,ExecutionManager] Action pending executed for 0.01 seconds.
12-14 11:56:55.326 15141 15294 I SystemUpdate: [Execution,ExecutionManager] Action pre-download-validate executed for 0.00 seconds.
12-14 11:56:55.328 15141 15294 W SystemUpdate: [Execution,ExecutionManager] Unable to create the action. Restart the execution from the scratch.
12-14 11:56:55.328 15141 15294 W SystemUpdate: java.lang.IllegalStateException
12-14 11:56:55.328 15141 15294 W SystemUpdate: at zug.k(:com.google.android.gms@224814044@22.48.14 (190400-493411920):0)
12-14 11:56:55.328 15141 15294 W SystemUpdate: at cbgl.f(:com.google.android.gms@224814044@22.48.14 (190400-493411920):0)
12-14 11:56:55.328 15141 15294 W SystemUpdate: at cbfe.a(:com.google.android.gms@224814044@22.48.14 (190400-493411920):10)
12-14 11:56:55.328 15141 15294 W SystemUpdate: at com.google.android.gms.update.execution.InstallationIntentOperation.onHandleIntent(:com.google.android.gms@224814044@22.48.14 (190400-493411920):12)
12-14 11:56:55.328 15141 15294 W SystemUpdate: at com.google.android.chimera.IntentOperation.onHandleIntent(:com.google.android.gms@224814044@22.48.14 (190400-493411920):2)
12-14 11:56:55.328 15141 15294 W SystemUpdate: at xsd.onHandleIntent(:com.google.android.gms@224814044@22.48.14 (190400-493411920):4)
12-14 11:56:55.328 15141 15294 W SystemUpdate: at
gua.run(:com.google.android.gms@224814044@22.48.14 (190400-493411920):3)
12-14 11:56:55.328 15141 15294 W SystemUpdate: at
gtz.run(:com.google.android.gms@224814044@22.48.14 (190400-493411920):11)
12-14 11:56:55.328 15141 15294 W SystemUpdate: at
cwng.run(:com.google.android.gms@224814044@22.48.14 (190400-493411920):2)
12-14 11:56:55.328 15141 15294 W SystemUpdate: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
12-14 11:56:55.328 15141 15294 W SystemUpdate: at java.util.concurrent.ThreadPoolExecutor$
Worker.run(ThreadPoolExecutor.java:641)
12-14 11:56:55.328 15141 15294 W SystemUpdate: at
java.lang.Thread.run(Thread.java:1013)
```