Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 472 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 472 Bytes

listenbrainz-poweramp

A PowerAmp plugin specifically for scrobbling your music to ListenBrainz

Install the APK here

Building

First, you need to build the NDK libraries

cd lbp_native
cargo install cargo-ndk
cargo ndk -p 30 -t armeabi-v7a -t arm64-v8a -o ../app/src/main/jniLibs/ build --release

Then you can build the APK as normal with Android Studio or gradle if you prefer.