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,
android eclipse classnotfoundexception spotify
Krunal Shah
source share