The first step is to download Android studio. If you already have this downloaded you can go ahead and skip to the next part.
- Visit https://developer.android.com/studio/index.html and click “Download Android Studio”.
- Follow the instructions in the installer to finish the installation process
You will first need to setup your Android Device to enable USB debugging as a Developer.
Enable USB debugging in the Developer options as follows. First, you must enable the developer options:
- Open the Settings app.
- (Only on Android 8.0 or higher) Select System.
- Scroll to the bottom and select About phone.
- Scroll to the bottom and tap Build number 7 times.
- Return to the previous screen to find Developer options near the bottom.
Open Developer options, and then scroll down to find and enable USB debugging.
Now connect your device to your development machine with a USB cable. If you're developing on Windows, you might need to install the appropriate USB driver for your device.
Run the app on your device as follows:
- In Android Studio, click the app module in the Project window and then select Run > Run (or click Run in the toolbar).
- In the Select Deployment Target window, select your device, and click OK.
Android Studio installs the app on your connected device and starts it.
If you cannot get the app to run, see Debugging with Android Studio on the Google Android developer page.
You may need to login in with your Spotify Premium account. It won’t work with a free account
The program is written in Java.
API level 15: Android 4.0.3 (IceCreamSandwich)
SDKs used:
- Spotify SDK
- Affectiva SDK