Skip to content

Instantly share code, notes, and snippets.

@KillianPiccerelle
Created March 25, 2021 10:26
Show Gist options
  • Save KillianPiccerelle/567dffb645ca48ba4ca9c4515b52c494 to your computer and use it in GitHub Desktop.
Save KillianPiccerelle/567dffb645ca48ba4ca9c4515b52c494 to your computer and use it in GitHub Desktop.
AndroidManifest.xml
> Task :app:mergeDebugAssets FAILED
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.7/userguide/command_line_interface.html#sec:command_line_warnings
41 actionable tasks: 41 executed
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:mergeDebugAssets'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Could not resolve com.mapbox.navigation:core:1.3.0.
Required by:
project :app > project :homee_react-native-mapbox-navigation
> Could not resolve com.mapbox.navigation:core:1.3.0.
> Could not get resource 'https://api.mapbox.com/downloads/v2/releases/maven/com/mapbox/navigation/core/1.3.0/core-1.3.0.pom'.
> Could not GET 'https://api.mapbox.com/downloads/v2/releases/maven/com/mapbox/navigation/core/1.3.0/core-1.3.0.pom'. Received status code 403 from server: Forbidden
> Could not resolve com.mapbox.navigation:ui:1.3.0.
Required by:
project :app > project :homee_react-native-mapbox-navigation
> Could not resolve com.mapbox.navigation:ui:1.3.0.
> Could not get resource 'https://api.mapbox.com/downloads/v2/releases/maven/com/mapbox/navigation/ui/1.3.0/ui-1.3.0.pom'.
> Could not GET 'https://api.mapbox.com/downloads/v2/releases/maven/com/mapbox/navigation/ui/1.3.0/ui-1.3.0.pom'. Received status code 403 from server: Forbidden
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 22s
error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup.
Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:mergeDebugAssets'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Could not resolve com.mapbox.navigation:core:1.3.0.
Required by:
project :app > project :homee_react-native-mapbox-navigation
> Could not resolve com.mapbox.navigation:core:1.3.0.
> Could not get resource 'https://api.mapbox.com/downloads/v2/releases/maven/com/mapbox/navigation/core/1.3.0/core-1.3.0.pom'.
> Could not GET 'https://api.mapbox.com/downloads/v2/releases/maven/com/mapbox/navigation/core/1.3.0/core-1.3.0.pom'. Received status code 403 from server: Forbidden
> Could not resolve com.mapbox.navigation:ui:1.3.0.
Required by:
project :app > project :homee_react-native-mapbox-navigation
> Could not resolve com.mapbox.navigation:ui:1.3.0.
> Could not get resource 'https://api.mapbox.com/downloads/v2/releases/maven/com/mapbox/navigation/ui/1.3.0/ui-1.3.0.pom'.
> Could not GET 'https://api.mapbox.com/downloads/v2/releases/maven/com/mapbox/navigation/ui/1.3.0/ui-1.3.0.pom'. Received status code 403 from server: Forbidden
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment