Spotify in eclipse getting error java.lang.NoClassDefFoundError: com.spotify.sdk.android.playback.NativeSdkPlayer
Asked Answered
A

0

1

getting this error at,

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

      }
  });
}

I am working on eclipse and i was added classes.jar file getting from spotifysdk-1.0.0-beta6.aar into libs folder

Is there any other jar file missing for eclipse?

Thank you,

Aerospace answered 8/12, 2014 at 12:38 Comment(4)
have you checked this jar from build path ?Leventhal
yes, from build path->Order and export i was checkedAerospace
Did you solve this problem? I have done the same and have the same problem (Netbeans).Gollin
I move my project on android studio and its work fine, if you want to work with spotify player move your project on android studioAerospace

© 2022 - 2024 — McMap. All rights reserved.