Wednesday, 14 August 2013

Android SlidingMenu implementation error

Android SlidingMenu implementation error

My app has a minimum SDK value of 8 but it seems SlidingMenu requires 11 –
Is there a work around for this so it will work on minimum SDK version 8?
And when I increase to SDK#11 the app crashes with the following message:
FATAL EXCEPTION:
java.lang.NoClassDefFoundError:
android.support.v4.view.ViewConfigurationCompat E/AndroidRuntime(884): at
com.jeremyfeinstein.slidingmenu.lib.CustomViewAbove.initCustomViewAbove(CustomViewAbove.java:167)
Can anyone help me resolve this?

No comments:

Post a Comment