We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This happens when building the android-sdk-v5-as sample app.
android-sdk-v5-as
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
allprojects{repositories{...}}
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?
The text was updated successfully, but these errors were encountered:
Agent comment from yating.liao in Zendesk ticket #117608:I will keep this issue open until the fix is merged into the main branch.
°°°
Sorry, something went wrong.
Agent comment from yating.liao in Zendesk ticket #117608:The sample code for version 5.11 has resolved this issue.
No branches or pull requests
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
To the
allprojects{repositories{...}}
section ofSampleCode-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?
The text was updated successfully, but these errors were encountered: