Android/문제 해결

[Android/문제 해결] MotionLayout CustomAttribute 사용 시 ArrayIndexOutOfBoundsException


📌 ArrayIndexOutOfBoundsException In using MotionLayout CustomAttribute

 

MotionScene 구현 중,  Constraint 내에 CustomAttribute를 3개 이상 넣을 시,

java.lang.ArrayIndexOutOfBoundsException: length=2; index=2 에러가 발생한다.

 

이는 CustomAttribute의 최대 제한 개수가 2개까지인데 반해 그 이상의 개수를 넣어주었기 때문이므로,

2개 이하의 CustomAttribute를 설정하면 된다.