Android M: Scene transition with hero elements throws java.lang.IllegalStateException

我的梦境 提交于 2020-01-02 19:28:29

问题


I have a scene transition that I had some issues with: Scene transition with hero elements throws Layer exceeds max. dimensions supported by the GPU

But setting transitionGroup fixed it. When I compile the exact same app with the the latest Android M SDK it crashes when pressing back from the transition.

Abort message: 'art/runtime/java_vm_ext.cc:410] JNI DETECTED ERROR IN APPLICATION: 
JNI CallObjectMethod called with pending exception java.lang.IllegalStateException: 
Unable to create layer for RelativeLayout'

Anyone knows if Google changed anything regarding this in Android M?

It is reported here: https://code.google.com/p/android-developer-preview/issues/detail?id=2416

But no resolution...

来源:https://stackoverflow.com/questions/32071265/android-m-scene-transition-with-hero-elements-throws-java-lang-illegalstateexce

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!