samurai_ii__vengeance(武士二:复仇)无法在android上运行的原因
運行程序的時候會提示程序停止,抓到如下log:
01-12 06:29:17.649 I/ActivityManager( ?562): Start proc com.android.vending for service com.android.vending/com.google.android.finsky.services.LicensingService: pid=4547 uid=10069 gids={3003, 1015, 1023, 1028}
01-12 06:29:17.829 D/Finsky ?( 4547): [1] FinskyApp.onCreate: Initializing network with DFE https://android.clients.google.com/fdfe/
01-12 06:29:17.859 D/Finsky ?( 4547): [1] DailyHygiene.goMakeHygieneIfDirty: Dirty, need more hygiene.
01-12 06:29:17.879 W/Finsky ?( 4547): [1] FinskyApp.getCurrentAccount: No account configured on this device.
01-12 06:29:17.879 W/Finsky ?( 4547): [1] FinskyApp.getDfeApi: No account configured on this device.
?com.android.vending即為Google Play這個應用程序,分析原因如下:
在啟動本游戲的時候,會通過Googleplay? service做一個賬戶檢查,
當失敗的時候會退出了。
???????? 而刪除了Google play之后,service不會被啟動,只是報一個not found錯誤而不會做check.
所以有如下方法可以解決:
1.?????? 刪除google? play apk
2.?????? 去下個正版的samurai游戲
3.?????? 登陸google賬戶并且保持網絡連接
希望對玩游戲的用戶有幫助~
總結
以上是生活随笔為你收集整理的samurai_ii__vengeance(武士二:复仇)无法在android上运行的原因的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 杭州高职单招计算机试题,河北省高职单招职
- 下一篇: Vue之引用DOM的ref属性