librespot-java icon indicating copy to clipboard operation
librespot-java copied to clipboard

how do i import this into spotify itself (android)

Open mister1smegma opened this issue 6 months ago • 2 comments

im very new to this so any help would be appreciated

mister1smegma avatar Sep 13 '25 12:09 mister1smegma

also can i import it into the apk, on android

mister1smegma avatar Sep 13 '25 12:09 mister1smegma

Add the depencency to your build.gradle like so:

implementation('xyz.gianlu.librespot:librespot-player:1.6.5:thin') {
        exclude group: 'xyz.gianlu.librespot', module: 'librespot-sink'
        exclude group: 'com.lmax', module: 'disruptor'
        exclude group: 'org.apache.logging.log4j'
    }

Reference: https://github.com/devgianlu/librespot-android/blob/78602aeb2ea174b1e074e5ea3c378143144d51da/app/build.gradle#L48

gsalinaslopez avatar Oct 14 '25 03:10 gsalinaslopez