fred
fred

Reputation: 1

Could not find com.slidingmenu.lib.SlidingMenuActivity.apk

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

Answers (2)

Peter Gluck
Peter Gluck

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

Eric Leschinski
Eric Leschinski

Reputation: 153872

Troubleshoot Android 'Could not find somelibrary.apk'

Could not find Library.apk!

Troubleshoot Android 'java.lang.NoClassDefFoundError com.somelibrary.mylibrary'

Troubleshoot NoClassDefFoundError in Java

Upvotes: 0

Related Questions