Exoplayer: failed to resolve "support-core-utils" and "support-annotations" when upgrading to 2.5.X

Created on 14 Aug 2017  路  2Comments  路  Source: google/ExoPlayer

hi.
currently i am using version 2.4.4 and everything works fine. however when trying to upgrade to 2.5.0 or 2.5.1 i get the following errors:
Failed to resolve: com.android.support:support-core-utils:25.4.0
Failed to resolve: com.android.support:support-annotations:25.4.0

any ideas?

question

Most helpful comment

The support libraries have moved. You need to add the Google maven repository to your project, like this.

All 2 comments

The support libraries have moved. You need to add the Google maven repository to your project, like this.

@ojw28 thank you it worked :)

Was this page helpful?
0 / 5 - 0 ratings