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
Hi,
i found a a small thing here: https://docs.mapbox.com/help/tutorials/maps-sdk-android-examples-app/?step=1
With the Windows option, we need to do this to check the environment variable: echo %MAPBOX_ACCESS_TOKEN%
But the main problem is:
After clone repo when i try to sync Gradle Files i become this error:
Could not GET 'https://api.mapbox.com/downloads/v2/releases/maven/com/mapbox/gradle/plugins/access-token/0.4.0/access-token-0.4.0.pom'. Received status code 403 from server: Forbidden
The text was updated successfully, but these errors were encountered:
I met the similar problem when try to build Maps SDK for Android Example App, it shows as below:
"Could not get unknown property 'SDK_REGISTRY_TOKEN' for project ':mapbox-convention-plugin' of type org.gradle.api.Project."
which is in \mapbox-convention-plugin\src\build.gradle.kts file.
I do confirm that having put my MAPBOX_ACCESS_TOKEN in System Environment Variables.
Sorry, something went wrong.
No branches or pull requests
Hi,
i found a a small thing here:
https://docs.mapbox.com/help/tutorials/maps-sdk-android-examples-app/?step=1
With the Windows option, we need to do this to check the environment variable:
echo %MAPBOX_ACCESS_TOKEN%
But the main problem is:
After clone repo when i try to sync Gradle Files i become this error:
Could not GET 'https://api.mapbox.com/downloads/v2/releases/maven/com/mapbox/gradle/plugins/access-token/0.4.0/access-token-0.4.0.pom'. Received status code 403 from server: Forbidden
The text was updated successfully, but these errors were encountered: