You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This isn't a feature request or a discussion topic
Bug description
Unable to build using Android Studio due exoplayer dependencies missing.
Steps to reproduce
Merge new changes within Android Studio (been doing this for months)
Process does not complete at Configure build stage
Device info
Microsoft Windows 10 Professional
Android Studio 3.2.1
Issue
I am being presented with a lot of exoplayer dependencies missing when trying to build Signal.
Could not find com.google.android.exoplayer:exoplayer-core:2.9.1.
We build the app with a publicly-available docker image (see the reproducible build guide). This has been working, so you must have something misconfigured locally. Feel free to use the docker image as a guide. For more help, you're encourage to post on the forum. Thanks!
In which case all we can do is wait or use one of the several workarounds offered. I'm fortunate that I have all of the artifacts cached locally from previous builds.
Bug description
Unable to build using Android Studio due exoplayer dependencies missing.
Steps to reproduce
Device info
Microsoft Windows 10 Professional
Android Studio 3.2.1
Issue
I am being presented with a lot of exoplayer dependencies missing when trying to build Signal.
Could not find com.google.android.exoplayer:exoplayer-core:2.9.1.
When I try browsing to one of the below links (from the log file) I am presented with a 404 Not Found page.
https://repo1.maven.org/maven2/com/google/android/exoplayer/exoplayer-core/2.9.1/exoplayer-core-2.9.1.pom
https://raw.github.com/signalapp/maven/master/preferencefragment/releases/com/google/android/exoplayer/exoplayer-core/2.9.1/exoplayer-core-2.9.1.pom
Is this a known issue? How do I download exoplayer and add to my Android Studio installation?
Thanks
The text was updated successfully, but these errors were encountered: