Created
August 6, 2016 02:55
-
-
Save stonerl/d6966c39a824163503d99519e3be3fe7 to your computer and use it in GitHub Desktop.
compile error Music
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/toni/StudioProjects/android_packages_apps_Eleven1/app/src/main/res/layout/artist_detail_album.xml | |
Error:(17) No resource identifier found for attribute 'cardElevation' in package 'com.cyanogenmod.eleven' | |
Error:(17) No resource identifier found for attribute 'cardCornerRadius' in package 'com.cyanogenmod.eleven' | |
Error:(17) No resource identifier found for attribute 'cardBackgroundColor' in package 'com.cyanogenmod.eleven' | |
/Users/toni/StudioProjects/android_packages_apps_Eleven1/app/src/main/res/layout/grid_items_normal.xml | |
Error:(18) No resource identifier found for attribute 'cardElevation' in package 'com.cyanogenmod.eleven' | |
Error:(18) No resource identifier found for attribute 'cardCornerRadius' in package 'com.cyanogenmod.eleven' | |
Error:(18) No resource identifier found for attribute 'cardBackgroundColor' in package 'com.cyanogenmod.eleven' | |
/Users/toni/StudioProjects/android_packages_apps_Eleven1/app/src/main/res/layout/main_playback_controls.xml | |
Error:(18) No resource identifier found for attribute 'cardCornerRadius' in package 'com.cyanogenmod.eleven' | |
Error:(18) No resource identifier found for attribute 'contentPadding' in package 'com.cyanogenmod.eleven' | |
Error:(18) No resource identifier found for attribute 'cardElevation' in package 'com.cyanogenmod.eleven' | |
Error:(18) No resource identifier found for attribute 'cardUseCompatPadding' in package 'com.cyanogenmod.eleven' | |
Error:(18) No resource identifier found for attribute 'cardBackgroundColor' in package 'com.cyanogenmod.eleven' | |
Error:Execution failed for task ':app:processDebugResources'. | |
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '/Users/toni/Library/Android/sdk/build-tools/24.0.1/aapt'' finished with non-zero exit value 1 | |
Information:BUILD FAILED |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment