I'm working through the tutorial on the Spotify website with Android Studio. I've managed to get to the end and run the app (BUILD SUCCESSFUL).
However, when the app opens on my real device, it crashes right away.
In the Android Monitor the first error is:
Exception when newActivity r=ActivityRecord{2e084abc token=android.os.BinderProxy@
I've googled it and this came up. After reading through the accepted answer and adding the code to my app, I get errors. I don't even know if I'm on the right track given that the Exceptions aren't exactly the same.
My question is: What is it causing this error? and how can I fix it?