0

I get the following error's while I am implementing jeremyfeinstein Sliding Menu in my Android Application,please kindly help me how to solve this issues.

07-12 10:29:34.479: E/AndroidRuntime(2169): FATAL EXCEPTION: Thread-117

07-12 10:29:34.479: E/AndroidRuntime(2169): java.lang.NoClassDefFoundError: com.rss.on2nyt.FragmentChangeActivity

07-12 10:29:34.479: E/AndroidRuntime(2169): at com.rss.on2nyt.Splash$IntentLauncher.run(Splash.java:99)
BLaZuRE
  • 2,356
  • 2
  • 26
  • 43
  • Looks like that class definition isn't being found. It's on line 99 of Splash.java. Have you researched other NoClassDefFoundErrors to see the common causes? For example: http://stackoverflow.com/questions/34413/why-am-i-getting-a-noclassdeffounderror-in-java . Also, make sure you've added your library to the class path. – BLaZuRE Jul 12 '13 at 05:12

1 Answers1

0

maybe you can try this way: copy the sliding menu's android-support-v4.jar form libs to you project and clean you project.

Eric
  • 330
  • 2
  • 9