Spotify in eclipse gets java.lang.NoClassDefFoundError: com.spotify.sdk.android.playback.NativeSdkPlayer error

get this error when

Player mPlayer = spotify.getPlayer(playerConfig, this, new Player.InitializationObserver() { @Override public void onInitialized() { } }); } 

I am working on eclipse and I added the classes.jar file, getting from spotifysdk-1.0.0-beta6.aar to the libs folder

Is there any other jar file for eclipse?

Thanks,

+1
android eclipse classnotfoundexception spotify
source share

No one has answered this question yet.

See similar questions:

7
Spotify registration error INVALID_CLIENT: Invalid URI redirect URI

or similar:

1858
"Debug certificate expired" error in Android Eclipse plugins
1248
How can you speed up Eclipse?
1158
"Override superclass method" Errors after importing a project into Eclipse
947
Android Studio: add jar as a library?
935
Cannot start Eclipse - Java was started, but returned exit code = 13
866
How to solve "Running plugins not covered by the lifecycle configuration" for Spring Data Maven Builds
566
Updating Eclipse with Android v. Development Tools 23
369
How to manually enable an external aar package using the new Gradle Android Build system
323
What are the reasons and what are the differences between NoClassDefFoundError and ClassNotFoundException?
250
How to connect javadoc or sources to banks in the libs folder?

All Articles