You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unhandled exception while laying out windows
android.content.res.Resources$NotFoundException: Resource ID #0x7f010027
at android.content.res.ResourcesImpl.getValue(ResourcesImpl.java:190)
at android.content.res.Resources.loadXmlResourceParser(Resources.java:2101)
at android.content.res.Resources.getAnimation(Resources.java:1139)
at android.view.animation.AnimationUtils.loadAnimation(AnimationUtils.java:107)
at com.android.server.wm.AppTransition.loadAnimationRes(AppTransition.java:531)
at com.android.server.wm.AppTransition.loadAnimation(AppTransition.java:1484)
at com.android.server.wm.WindowManagerService.applyAnimationLocked(WindowManagerService.java:3814)
at com.android.server.wm.WindowManagerService.setTokenVisibilityLocked(WindowManagerService.java:4967)
at com.android.server.wm.WindowSurfacePlacer.handleClosingApps(WindowSurfacePlacer.java:1329)
at com.android.server.wm.WindowSurfacePlacer.handleAppTransitionReadyLocked(WindowSurfacePlacer.java:1206)
at com.android.server.wm.WindowSurfacePlacer.performSurfacePlacementInner(WindowSurfacePlacer.java:335)
at com.android.server.wm.WindowSurfacePlacer.performSurfacePlacementLoop(WindowSurfacePlacer.java:235)
at com.android.server.wm.WindowSurfacePlacer.performSurfacePlacement(WindowSurfacePlacer.java:184)
at com.android.server.wm.WindowManagerService.relayoutWindow(WindowManagerService.java:3543)
at com.android.server.wm.Session.relayout(Session.java:215)
at android.view.IWindowSession$Stub.onTransact(IWindowSession.java:286)
at com.android.server.wm.Session.onTransact(Session.java:136)
at android.os.Binder.execTransact(Binder.java:565)
The text was updated successfully, but these errors were encountered:
Current use version?
当前使用的版本是多少?
Will this problem occur in demo?
Demo能否复现这问题?
Describe the problem or provide an error log?
描述问题或提供错误log?
使用:定制版本机器,
Android 版本:7.1.2
资源文件获取异常
错误日志如下:
The text was updated successfully, but these errors were encountered: