Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exoplayer-core missing upon build #8434

Closed
4 tasks done
ghost opened this issue Dec 10, 2018 · 3 comments
Closed
4 tasks done

exoplayer-core missing upon build #8434

ghost opened this issue Dec 10, 2018 · 3 comments

Comments

@ghost
Copy link

ghost commented Dec 10, 2018


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.

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

@greyson-signal
Copy link
Contributor

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!

@ghost
Copy link
Author

ghost commented Dec 10, 2018

Maybe a potential issue globally as starting a fresh project (new build) also fails.

google/ExoPlayer#5225
flutter/flutter#25145

Apologies if I am mistaken.

@greyson-signal
Copy link
Contributor

Apologies, yeah, looks like Google in general had a fun day today: https://www.reddit.com/r/androiddev/comments/a4wpuk/for_anyone_wondering_about_todays_failed_builds/

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant