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

Build failure due to inability to find com.mapbox.mapboxsdk:mapbox-android-accounts:0.7.0 #424

Open
petered opened this issue Sep 18, 2024 · 2 comments

Comments

@petered
Copy link

petered commented Sep 18, 2024

This happens when building the android-sdk-v5-as sample app.

Already saw the solution, here, thanks Yating - just adding it here so that others can also find it.

Solution

Basically, add the lines

        maven { url 'https://maven.aliyun.com/repository/public' }
        maven { url 'https://maven.aliyun.com/repository/google' }
        maven { url 'https://repo.huaweicloud.com/repository/maven'}

To the allprojects{repositories{...}} section of SampleCode-V5/android-sdk-v5-as/build.gradle

And it should build.

Can we please keep this issue open until it is fixed on the main branch?

@dji-dev
Copy link
Contributor

dji-dev commented Sep 19, 2024

Agent comment from yating.liao in Zendesk ticket #117608:

I will keep this issue open until the fix is merged into the main branch.

°°°

@dji-dev
Copy link
Contributor

dji-dev commented Nov 14, 2024

Agent comment from yating.liao in Zendesk ticket #117608:

The sample code for version 5.11 has resolved this issue.

°°°

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

No branches or pull requests

2 participants