Skip to content

Instantly share code, notes, and snippets.

@nathanmkaya
Created October 5, 2020 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathanmkaya/c4aba8897efff375904dd9c43db1e35e to your computer and use it in GitHub Desktop.
Save nathanmkaya/c4aba8897efff375904dd9c43db1e35e to your computer and use it in GitHub Desktop.
Executing tasks: [:demo:assembleDebug] in project C:\Users\Nathan Mkaya\AndroidStudioProjects\backbase-intro
> Task :demo:preBuild UP-TO-DATE
> Task :demo:preDebugBuild UP-TO-DATE
> Task :demo:compileDebugAidl NO-SOURCE
> Task :demo:checkDebugManifest UP-TO-DATE
> Task :demo:compileDebugRenderscript NO-SOURCE
> Task :demo:generateDebugBuildConfig UP-TO-DATE
> Task :demo:prepareLintJar UP-TO-DATE
> Task :demo:generateDebugSources UP-TO-DATE
> Task :demo:javaPreCompileDebug UP-TO-DATE
> Task :demo:mainApkListPersistenceDebug UP-TO-DATE
> Task :demo:generateDebugResValues UP-TO-DATE
> Task :demo:generateDebugResources UP-TO-DATE
> Task :demo:mergeDebugResources UP-TO-DATE
> Task :demo:createDebugCompatibleScreenManifests UP-TO-DATE
> Task :demo:processDebugManifest UP-TO-DATE
> Task :demo:processDebugResources FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':demo:processDebugResources'.
> Android resource linking failed
C:\Users\Nathan Mkaya\.gradle\caches\transforms-2\files-2.1\461c0a6135cd2225e77166280ee001cc\res\layout\wl_button_form.xml:8: AAPT: error: attribute layout_constraintBottom_toBottomOf (aka com.backbase.mobile.templateapp:layout_constraintBottom_toBottomOf) not found.
C:\Users\Nathan Mkaya\.gradle\caches\transforms-2\files-2.1\461c0a6135cd2225e77166280ee001cc\res\layout\wl_button_form.xml:8: AAPT: error: attribute layout_constraintEnd_toEndOf (aka com.backbase.mobile.templateapp:layout_constraintEnd_toEndOf) not found.
C:\Users\Nathan Mkaya\.gradle\caches\transforms-2\files-2.1\461c0a6135cd2225e77166280ee001cc\res\layout\wl_button_form.xml:8: AAPT: error: attribute layout_constraintStart_toStartOf (aka com.backbase.mobile.templateapp:layout_constraintStart_toStartOf) not found.
C:\Users\Nathan Mkaya\.gradle\caches\transforms-2\files-2.1\461c0a6135cd2225e77166280ee001cc\res\layout\wl_button_form.xml:8: AAPT: error: attribute layout_constraintTop_toTopOf (aka com.backbase.mobile.templateapp:layout_constraintTop_toTopOf) not found.
C:\Users\Nathan Mkaya\.gradle\caches\transforms-2\files-2.1\461c0a6135cd2225e77166280ee001cc\res\layout\wl_button_form.xml:19: AAPT: error: attribute layout_constraintBottom_toBottomOf (aka com.backbase.mobile.templateapp:layout_constraintBottom_toBottomOf) not found.
C:\Users\Nathan Mkaya\.gradle\caches\transforms-2\files-2.1\461c0a6135cd2225e77166280ee001cc\res\layout\wl_button_form.xml:19: AAPT: error: attribute layout_constraintEnd_toEndOf (aka com.backbase.mobile.templateapp:layout_constraintEnd_toEndOf) not found.
C:\Users\Nathan Mkaya\.gradle\caches\transforms-2\files-2.1\461c0a6135cd2225e77166280ee001cc\res\layout\wl_button_form.xml:19: AAPT: error: attribute layout_constraintStart_toStartOf (aka com.backbase.mobile.templateapp:layout_constraintStart_toStartOf) not found.
error: failed linking file resources.
* 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
Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.1.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 2s
11 actionable tasks: 1 executed, 10 up-to-date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment