Metronome-Android icon indicating copy to clipboard operation
Metronome-Android copied to clipboard

ReactiveX imports failing

Open chrissyast opened this issue 5 years ago • 2 comments

Firstly the "Contribute" link broken on README file is broken.

How do I build the app?

My build is failing on the imports

import io.reactivex.annotations.NonNull;
import io.reactivex.disposables.Disposable;
import io.reactivex.functions.Consumer;

I can't find these libraries on Maven.

chrissyast avatar Oct 28 '20 00:10 chrissyast

The documentation in this repo is not well maintained right now... I would improve it, but I'm actually planning to move the repository to code.horrific.dev, so any contributing instructions I add will likely be placed there when I have the time. (this repo will become a mirror, so pull requests here will still work)

I recommend building from the develop branch - it isn't entirely stable, but is close to a new release, and also removes the particular dependency that is causing this error.

fennifith avatar Oct 28 '20 00:10 fennifith

@fennifith thanks for the reply. In the end I was able to fix that dependency problem and build from master. I arrived at your repo because I am trying to build a metronome app but have been having issues with inconsistent intervals so wanted to see how other developers dealt with the issue, but I see you also have this issue!

chrissyast avatar Oct 28 '20 11:10 chrissyast