Skip to content

Instantly share code, notes, and snippets.

@hajimehoshi
Created February 28, 2018 07:18
Show Gist options
  • Save hajimehoshi/8994fe538c9f3d2b6cedb9bec8f91b9f to your computer and use it in GitHub Desktop.
Save hajimehoshi/8994fe538c9f3d2b6cedb9bec8f91b9f to your computer and use it in GitHub Desktop.
build failed
> Configure project :app
Configuration 'androidTestCompile' in project ':app' is deprecated. Use 'androidTestImplementation' instead.
Configuration 'compile' in project ':app' is deprecated. Use 'implementation' instead.
Configuration 'testCompile' in project ':app' is deprecated. Use 'testImplementation' instead.
Observed package id 'ndk-bundle' in inconsistent location '/Users/hajimehoshi/Library/Android/sdk/ndk-bundle.r15' (Expected '/Users/hajimehoshi/Library/Android/sdk/ndk-bundle')
Already observed package id 'ndk-bundle' in '/Users/hajimehoshi/Library/Android/sdk/ndk-bundle'. Skipping duplicate at '/Users/hajimehoshi/Library/Android/sdk/ndk-bundle.r15'
Observed package id 'ndk-bundle' in inconsistent location '/Users/hajimehoshi/Library/Android/sdk/ndk-bundle.r15' (Expected '/Users/hajimehoshi/Library/Android/sdk/ndk-bundle')
Already observed package id 'ndk-bundle' in '/Users/hajimehoshi/Library/Android/sdk/ndk-bundle'. Skipping duplicate at '/Users/hajimehoshi/Library/Android/sdk/ndk-bundle.r15'
Download https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.21/kotlin-stdlib-jre7-1.2.21.pom
FAILURE: Build failed with an exception.
* What went wrong:
Could not resolve all files for configuration ':app:debugCompileClasspath'.
> Could not find com.android.support.constraint:constraint-layout:1.0.2.
Searched in the following locations:
file:/Users/hajimehoshi/Library/Android/sdk/extras/m2repository/com/android/support/constraint/constraint-layout/1.0.2/constraint-layout-1.0.2.pom
file:/Users/hajimehoshi/Library/Android/sdk/extras/m2repository/com/android/support/constraint/constraint-layout/1.0.2/constraint-layout-1.0.2.jar
file:/Users/hajimehoshi/Library/Android/sdk/extras/google/m2repository/com/android/support/constraint/constraint-layout/1.0.2/constraint-layout-1.0.2.pom
file:/Users/hajimehoshi/Library/Android/sdk/extras/google/m2repository/com/android/support/constraint/constraint-layout/1.0.2/constraint-layout-1.0.2.jar
file:/Users/hajimehoshi/Library/Android/sdk/extras/android/m2repository/com/android/support/constraint/constraint-layout/1.0.2/constraint-layout-1.0.2.pom
file:/Users/hajimehoshi/Library/Android/sdk/extras/android/m2repository/com/android/support/constraint/constraint-layout/1.0.2/constraint-layout-1.0.2.jar
https://jcenter.bintray.com/com/android/support/constraint/constraint-layout/1.0.2/constraint-layout-1.0.2.pom
https://jcenter.bintray.com/com/android/support/constraint/constraint-layout/1.0.2/constraint-layout-1.0.2.jar
file:/Users/hajimehoshi/go/src/github.com/pankona/gomochat/android/app/libs/constraint-layout-1.0.2.jar
file:/Users/hajimehoshi/go/src/github.com/pankona/gomochat/android/app/libs/constraint-layout.jar
https://repo1.maven.org/maven2/com/android/support/constraint/constraint-layout/1.0.2/constraint-layout-1.0.2.pom
https://repo1.maven.org/maven2/com/android/support/constraint/constraint-layout/1.0.2/constraint-layout-1.0.2.jar
Required by:
project :app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment