Reputation: 1
I am trying to make use of the SlidingMenu Library for Android but I get these errors:
Could not find com.slidingmenu.lib.SlidingMenuActivity.apk
and another error:
E/AndroidRuntime(24767): java.lang.NoClassDefFoundError: com.slidingmenu.lib.SlidingMenu
I have properly added the com.slidingmenu.lib.SlidingMenuActivity
to the Java Build section.
Upvotes: 0
Views: 2657
Reputation: 8236
What I found is that some time between June 2012 and now (August 2013) the package name changed. Performing a global search-and-replace of com.slidingmenu.lib
to com.jeremyfeinstein.slidingmenu.lib
fixed the problem.
Upvotes: 3
Reputation: 153872
Troubleshoot Android 'Could not find somelibrary.apk'
Troubleshoot Android 'java.lang.NoClassDefFoundError com.somelibrary.mylibrary'
Troubleshoot NoClassDefFoundError in Java
Upvotes: 0