添加极光推送后在android4.4环境下运行崩溃

在android5.0环境下运行一切正常是怎么回事?

 logcat:
10-23 08:13:33.233    2302-2302/com.example.jkd.fchangshi I/dalvikvm﹕ Could not find method android.view.ViewGroup.onNestedScrollAccepted, referenced from method android.support.v7.internal.widget.ActionBarOverlayLayout.onNestedScrollAccepted
10-23 08:13:33.237    2302-2302/com.example.jkd.fchangshi W/dalvikvm﹕ VFY: unable to resolve virtual method 12353: Landroid/view/ViewGroup;.onNestedScrollAccepted (Landroid/view/View;Landroid/view/View;I)V
10-23 08:13:33.237    2302-2302/com.example.jkd.fchangshi D/dalvikvm﹕ VFY: replacing opcode 0x6f at 0x0000
10-23 08:13:33.241    2302-2302/com.example.jkd.fchangshi I/dalvikvm﹕ Could not find method android.view.ViewGroup.onStopNestedScroll, referenced from method android.support.v7.internal.widget.ActionBarOverlayLayout.onStopNestedScroll
10-23 08:13:33.245    2302-2302/com.example.jkd.fchangshi W/dalvikvm﹕ VFY: unable to resolve virtual method 12359: Landroid/view/ViewGroup;.onStopNestedScroll (Landroid/view/View;)V
10-23 08:13:33.249    2302-2302/com.example.jkd.fchangshi D/dalvikvm﹕ VFY: replacing opcode 0x6f at 0x0000
10-23 08:13:33.249    2302-2302/com.example.jkd.fchangshi I/dalvikvm﹕ Could not find method android.support.v7.internal.widget.ActionBarOverlayLayout.stopNestedScroll, referenced from method android.support.v7.internal.widget.ActionBarOverlayLayout.setHideOnContentScrollEnabled
10-23 08:13:33.257    2302-2302/com.example.jkd.fchangshi W/dalvikvm﹕ VFY: unable to resolve virtual method 9905: Landroid/support/v7/internal/widget/ActionBarOverlayLayout;.stopNestedScroll ()V
10-23 08:13:33.257    2302-2302/com.example.jkd.fchangshi D/dalvikvm﹕ VFY: replacing opcode 0x6e at 0x000e
10-23 08:13:33.269    2302-2302/com.example.jkd.fchangshi I/dalvikvm﹕ Could not find method android.content.res.TypedArray.getChangingConfigurations, referenced from method android.support.v7.internal.widget.TintTypedArray.getChangingConfigurations
10-23 08:13:33.289    2302-2302/com.example.jkd.fchangshi W/dalvikvm﹕ VFY: unable to resolve virtual method 458: Landroid/content/res/TypedArray;.getChangingConfigurations ()I
10-23 08:13:33.289    2302-2302/com.example.jkd.fchangshi D/dalvikvm﹕ VFY: replacing opcode 0x6e at 0x0002
10-23 08:13:33.293    2302-2302/com.example.jkd.fchangshi I/dalvikvm﹕ Could not find method android.content.res.TypedArray.getType, referenced from method android.support.v7.internal.widget.TintTypedArray.getType
10-23 08:13:33.301    2302-2302/com.example.jkd.fchangshi W/dalvikvm﹕ VFY: unable to resolve virtual method 480: Landroid/content/res/TypedArray;.getType (I)I
10-23 08:13:33.305    2302-2302/com.example.jkd.fchangshi D/dalvikvm﹕ VFY: replacing opcode 0x6e at 0x0002
10-23 08:13:33.317    2302-2302/com.example.jkd.fchangshi I/dalvikvm﹕ Could not find method android.content.res.Resources.getDrawable, referenced from method android.support.v7.internal.widget.ResourcesWrapper.getDrawable
10-23 08:13:33.317    2302-2302/com.example.jkd.fchangshi W/dalvikvm﹕ VFY: unable to resolve virtual method 421: Landroid/content/res/Resources;.getDrawable (ILandroid/content/res/Resources$Theme;)Landroid/graphics/drawable/Drawable;
10-23 08:13:33.321    2302-2302/com.example.jkd.fchangshi D/dalvikvm﹕ VFY: replacing opcode 0x6e at 0x0002
10-23 08:13:33.325    2302-2302/com.example.jkd.fchangshi I/dalvikvm﹕ Could not find method android.content.res.Resources.getDrawableForDensity, referenced from method android.support.v7.internal.widget.ResourcesWrapper.getDrawableForDensity
10-23 08:13:33.329    2302-2302/com.example.jkd.fchangshi W/dalvikvm﹕ VFY: unable to resolve virtual method 423: Landroid/content/res/Resources;.getDrawableForDensity (IILandroid/content/res/Resources$Theme;)Landroid/graphics/drawable/Drawable;
10-23 08:13:33.329    2302-2302/com.example.jkd.fchangshi D/dalvikvm﹕ VFY: replacing opcode 0x6e at 0x0002
10-23 08:13:33.565    2302-2302/com.example.jkd.fchangshi D/dalvikvm﹕ Trying to load lib /data/app-lib/com.example.jkd.fchangshi-2/libjpush182.so 0xa50a48c8
10-23 08:13:33.869    2302-2302/com.example.jkd.fchangshi A/libc﹕ Fatal signal 11 (SIGSEGV) at 0x000000b4 (code=1), thread 2302 (e.jkd.fchangshi)

其他版本系统经测试没有问题,只有android4.4.4程序直接崩溃

我来占坑,等待大神解答

v4v7这些包齐全吗?

Could not find method android.view.ViewGroup.onNestedScrollAccepted, referenced from method android.support.v7.internal.widget.ActionBarOverlayLayout.onNestedScrollAccepted

找不到??