Bash wrote one or more lines to the standard error stream.
maxckelly opened this issue · 3 comments
Hi,
I'm building my React Native 0.64 app through App Center. All was working well but I have recently faced the below issue. React Native Track Player seemed to build fine normally but now it's erroring.
Unsure if this is the right place to put this issue but ran out of options.
Thanks!
##[error]Bash wrote one or more lines to the standard error stream.
##[error]Jetifier is deprecated. Future versions of react-native CLI may not run it by default.
##[error]Jetifier: propose an AndroidX conversion PR to this repository: node_modules/react-native-track-player/android/src/main/java/com/guichaguri/trackplayer/module/MusicModule.java
##[error]Jetifier: propose an AndroidX conversion PR to this repository: node_modules/react-native-track-player/android/src/main/java/com/guichaguri/trackplayer/module/MusicModule.java
##[error]Jetifier: propose an AndroidX conversion PR to this repository: node_modules/react-native-track-player/android/src/main/java/com/guichaguri/trackplayer/service/Utils.java
##[error]Jetifier: propose an AndroidX conversion PR to this repository: node_modules/react-native-track-player/android/src/main/java/com/guichaguri/trackplayer/service/Utils.java
##[error]Jetifier: propose an AndroidX conversion PR to this repository: node_modules/react-native-track-player/android/src/main/java/com/guichaguri/trackplayer/service/metadata/ButtonEvents.java
##[error]Jetifier: propose an AndroidX conversion PR to this repository: node_modules/react-native-track-player/android/src/main/java/com/guichaguri/trackplayer/service/metadata/ButtonEvents.java
##[error]Jetifier: propose an AndroidX conversion PR to this repository: node_modules/react-native-track-player/android/src/main/java/com/guichaguri/trackplayer/service/metadata/MetadataManager.java
##[error]Jetifier: propose an AndroidX conversion PR to this repository: node_modules/react-native-track-player/android/src/main/java/com/guichaguri/trackplayer/service/metadata/MetadataManager.java
##[error]Jetifier: propose an AndroidX conversion PR to this repository: node_modules/react-native-track-player/android/src/main/java/com/guichaguri/trackplayer/service/metadata/MetadataManager.java
##[error]Jetifier: propose an AndroidX conversion PR to this repository: node_modules/react-native-track-player/android/src/main/java/com/guichaguri/trackplayer/service/metadata/MetadataManager.java
##[error]Jetifier: propose an AndroidX conversion PR to this repository: node_modules/react-native-track-player/android/src/main/java/com/guichaguri/trackplayer/service/models/Track.java
##[error]Jetifier: propose an AndroidX conversion PR to this repository: node_modules/react-native-track-player/android/src/main/java/com/guichaguri/trackplayer/service/models/Track.java
##[error]Jetifier: propose an AndroidX conversion PR to this repository: node_modules/react-native-track-player/android/src/main/java/com/guichaguri/trackplayer/service/models/Track.java
##[error]Jetifier: propose an AndroidX conversion PR to this repository: node_modules/react-native-track-player/android/src/main/java/com/guichaguri/trackplayer/service/models/Track.java
##[error]Jetifier: propose an AndroidX conversion PR to this repository: node_modules/react-native-track-player/android/src/main/java/com/guichaguri/trackplayer/service/player/ExoPlayback.java
##[error]Jetifier: propose an AndroidX conversion PR to this repository: node_modules/react-native-track-player/android/src/main/java/com/guichaguri/trackplayer/module/MusicModule.java
Propose a PR to react-native-track-player - they still haven't migrated to AndroidX. It's been long enough
Use patch-package to patch things locally if needed
(that was terse - sorry - just processing notifications quickly ;-) )
Thanks @mikehardy :)