Announcements

Help Wizard

Step 1

NEXT STEP

FAQs

Please see below the most popular frequently asked questions.

Loading article...

Loading faqs...

VIEW ALL

Ongoing Issues

Please see below the current ongoing issues which are under investigation.

Loading issue...

Loading ongoing issues...

VIEW ALL

Difficulty adding sdk to android studio chipmunk

Difficulty adding sdk to android studio chipmunk

I'm trying to add the Spotify app remote sdk to android studio but I'm having some difficulties. This guide: https://developer.spotify.com/documentation/android/quick-start/ references an older version of android studio where you can import .aar files, this no longer exists and I'm struggling to figure out how to get the sdk to work (being quite new to android studio). Are there any instructions on how to do this in android chipmunk? Thanks

 

Plan

Free/Premium

Country

 

Device

(iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016)

Operating System

(iOS 10, Android Oreo, Windows 10,etc.)

 

My Question or Issue

 

Reply
1 Reply

Same problem here. I solved it by copying the .aar file from the SDK download into a "libs" folder in my project, then adding this line to the build.gradle file instead of the project() line given in the Quick Start:

 

implementation files('libs/spotify-app-remote-release-0.7.2.aar')

Suggested posts