MaterialNavigationView-Android icon indicating copy to clipboard operation
MaterialNavigationView-Android copied to clipboard

FAILURE: Build completed with 7 failures.

Open vimalcvs opened this issue 4 years ago • 1 comments

Write information about Bug/Feature Request here FAILURE: Build completed with 7 failures.

1: Task failed with an exception.

  • What went wrong: Execution failed for task ':app:mergeDebugResources'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not find com.shreyaspatil:MaterialNavigationView:1.2. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/shreyaspatil/MaterialNavigationView/1.2/MaterialNavigationView-1.2.pom - https://jitpack.io/com/shreyaspatil/MaterialNavigationView/1.2/MaterialNavigationView-1.2.pom - https://repo.maven.apache.org/maven2/com/shreyaspatil/MaterialNavigationView/1.2/MaterialNavigationView-1.2.pom Required by: project :app

  • 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. ==============================================================================

2: Task failed with an exception.

  • What went wrong: Execution failed for task ':app:processDebugMainManifest'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not find com.shreyaspatil:MaterialNavigationView:1.2. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/shreyaspatil/MaterialNavigationView/1.2/MaterialNavigationView-1.2.pom - https://jitpack.io/com/shreyaspatil/MaterialNavigationView/1.2/MaterialNavigationView-1.2.pom - https://repo.maven.apache.org/maven2/com/shreyaspatil/MaterialNavigationView/1.2/MaterialNavigationView-1.2.pom Required by: project :app

  • 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. ==============================================================================

3: Task failed with an exception.

  • What went wrong: Execution failed for task ':app:checkDebugAarMetadata'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not find com.shreyaspatil:MaterialNavigationView:1.2. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/shreyaspatil/MaterialNavigationView/1.2/MaterialNavigationView-1.2.pom - https://jitpack.io/com/shreyaspatil/MaterialNavigationView/1.2/MaterialNavigationView-1.2.pom - https://repo.maven.apache.org/maven2/com/shreyaspatil/MaterialNavigationView/1.2/MaterialNavigationView-1.2.pom Required by: project :app

  • 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. ==============================================================================

4: Task failed with an exception.

  • What went wrong: Execution failed for task ':app:mergeDebugAssets'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not find com.shreyaspatil:MaterialNavigationView:1.2. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/shreyaspatil/MaterialNavigationView/1.2/MaterialNavigationView-1.2.pom - https://jitpack.io/com/shreyaspatil/MaterialNavigationView/1.2/MaterialNavigationView-1.2.pom - https://repo.maven.apache.org/maven2/com/shreyaspatil/MaterialNavigationView/1.2/MaterialNavigationView-1.2.pom Required by: project :app

  • 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. ==============================================================================

5: Task failed with an exception.

  • What went wrong: Execution failed for task ':app:checkDebugDuplicateClasses'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not find com.shreyaspatil:MaterialNavigationView:1.2. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/shreyaspatil/MaterialNavigationView/1.2/MaterialNavigationView-1.2.pom - https://jitpack.io/com/shreyaspatil/MaterialNavigationView/1.2/MaterialNavigationView-1.2.pom - https://repo.maven.apache.org/maven2/com/shreyaspatil/MaterialNavigationView/1.2/MaterialNavigationView-1.2.pom Required by: project :app

  • 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. ==============================================================================

6: Task failed with an exception.

  • What went wrong: Execution failed for task ':app:desugarDebugFileDependencies'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not find com.shreyaspatil:MaterialNavigationView:1.2. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/shreyaspatil/MaterialNavigationView/1.2/MaterialNavigationView-1.2.pom - https://jitpack.io/com/shreyaspatil/MaterialNavigationView/1.2/MaterialNavigationView-1.2.pom - https://repo.maven.apache.org/maven2/com/shreyaspatil/MaterialNavigationView/1.2/MaterialNavigationView-1.2.pom Required by: project :app

  • 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. ==============================================================================

7: Task failed with an exception.

  • What went wrong: Execution failed for task ':app:mergeDebugNativeLibs'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not find com.shreyaspatil:MaterialNavigationView:1.2. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/shreyaspatil/MaterialNavigationView/1.2/MaterialNavigationView-1.2.pom - https://jitpack.io/com/shreyaspatil/MaterialNavigationView/1.2/MaterialNavigationView-1.2.pom - https://repo.maven.apache.org/maven2/com/shreyaspatil/MaterialNavigationView/1.2/MaterialNavigationView-1.2.pom Required by: project :app

  • 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 7s

vimalcvs avatar Nov 20 '21 13:11 vimalcvs

This is because it's hosted on JCenter and it went sunset. I would recommend please copy its source directly to your project until it's published to mavenCentral

PatilShreyas avatar Nov 21 '21 07:11 PatilShreyas