doublesymmetry / react-native-track-player

A fully fledged audio module created for music apps. Provides audio playback, external media controls, background mode and more!
https://rntp.dev/
Apache License 2.0
3.18k stars 981 forks source link

Could not find com.github.doublesymmetry:kotlinaudio:v2.0.0. #2223

Closed baumanmilosz closed 6 months ago

baumanmilosz commented 6 months ago

BUILD FAILED in 19s

error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. Error: Command failed: ./gradlew app:installDebug -PreactNativeDevServerPort=8081

FAILURE: Build failed with an exception.

"react-native": "0.70.1", "react-native-track-player": "^4.0.1",

Anyone knows reason of above problem?

lovegaoshi commented 6 months ago

the KA package is available on jitpack. try the How to To get a Git project into your build: instructions on the jitpack page: https://jitpack.io/#doublesymmetry/KotlinAudio

baumanmilosz commented 6 months ago

@lovegaoshi it works, thank you!