Android M: transitioning a scene with hero elements raises a java.lang.IllegalStateException

I have a scene change, I had some problems with: Transitioning a scene with hero elements throws Layer exceeds max. GPU sizes supported

But the group transition setting fixed it. When I compile the same application with the latest Android M SDK, it will work when I click on the transition 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' 

Does anyone know if Google has changed anything about this in Android M?

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

But no permission ...

+1
android android-6.0-marshmallow
Aug 18 '15 at 11:33
source share

No one has answered this question yet.

See similar questions:

16
Scene transition with hero elements throws. Layer exceeds max. GPU sizes supported

or similar:

429
Declaring an Android UI User Element Using XML
311
Android 8.0: java.lang.IllegalStateException: not allowed to start Intent service
277
Dynamically add items to an AndroidView list
177
Android Activity Transition
16
Scene transition with hero elements throws. Layer exceeds max. GPU sizes supported
7
Crash Aviary on Android L (5.0)
four
Changes to common heroes of Android "hero" at closing
3
Android: level exceeds max. dimensions supported by the GPU (1080x-646, max = 16384x16384)
2
Android telegram App & # 8594; JNI DETECTED ERROR IN APPLICATION: JNI GetFieldID is called with the pending exception java.lang.ClassNotFoundException
one
Kivy application crashes without the non-static openAPKExpansionInputStream method



All Articles