0

I am using creativeSDK and while clicking on the effect button it shows this type of error

E/AndroidRuntime: FATAL EXCEPTION: main Process: com.applone.test, PID: 21392
java.lang.NoClassDefFoundError: Failed resolution of:
Landroid/support/v4/animation/AnimatorCompatHelper;

i just solved by using preferable dependency.

jigar savaliya
  • 474
  • 1
  • 8
  • 21
  • Possible duplicate of [NoClassDefFoundError android/support/v4/animation/AnimatorCompatHelper](https://stackoverflow.com/questions/43320496/noclassdeffounderror-android-support-v4-animation-animatorcompathelper) – Raghavendra Jul 24 '17 at 07:39

1 Answers1

0

just have to change version of the dependency in gradle

jigar savaliya
  • 474
  • 1
  • 8
  • 21