Skip to content

Instantly share code, notes, and snippets.

@joonty
Created November 15, 2015 11:48
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 joonty/f3bd735b0a2f19e6ee81 to your computer and use it in GitHub Desktop.
Save joonty/f3bd735b0a2f19e6ee81 to your computer and use it in GitHub Desktop.
OpenSong Tablet compile errors
Information:Gradle tasks [:app:assembleDebug]
:app:preBuild UP-TO-DATE
:app:preDebugBuild UP-TO-DATE
:app:checkDebugManifest
:app:preReleaseBuild UP-TO-DATE
:app:prepareComAndroidSupportAppcompatV72211Library UP-TO-DATE
:app:prepareComAndroidSupportSupportV42211Library UP-TO-DATE
:app:prepareDebugDependencies
:app:compileDebugAidl UP-TO-DATE
:app:compileDebugRenderscript UP-TO-DATE
:app:generateDebugBuildConfig UP-TO-DATE
:app:generateDebugAssets UP-TO-DATE
:app:mergeDebugAssets UP-TO-DATE
:app:generateDebugResValues UP-TO-DATE
:app:generateDebugResources UP-TO-DATE
:app:mergeDebugResources UP-TO-DATE
:app:processDebugManifest UP-TO-DATE
:app:processDebugResources
/Users/jon/projects/OpenSongTablet/app/src/main/res/layout/activity_fullscreen_table.xml
Error:(425, 23) No resource found that matches the given name (at 'src' with value '@drawable/setlist').
/Users/jon/projects/OpenSongTablet/app/src/main/res/layout-xlarge/activity_fullscreen_table.xml
Error:(421, 23) No resource found that matches the given name (at 'src' with value '@drawable/setlist').
/Users/jon/projects/OpenSongTablet/app/src/main/res/layout/popup_editset.xml
Error:(54, 23) No resource found that matches the given name (at 'src' with value '@drawable/ic_action_shuffle').
/Users/jon/projects/OpenSongTablet/app/src/main/res/layout/popup_links.xml
Error:(66, 35) No resource found that matches the given name (at 'src' with value '@drawable/ic_action_cancel_white').
Error:(125, 35) No resource found that matches the given name (at 'src' with value '@drawable/ic_action_cancel_white').
Error:(184, 35) No resource found that matches the given name (at 'src' with value '@drawable/ic_action_cancel_white').
Error:(210, 35) No resource found that matches the given name (at 'src' with value '@drawable/ic_action_view_as_list').
Error:(242, 35) No resource found that matches the given name (at 'src' with value '@drawable/ic_action_cancel_white').
/Users/jon/projects/OpenSongTablet/app/src/main/res/layout/presentermode.xml
Error:(481, 51) No resource found that matches the given name (at 'src' with value '@drawable/ic_action_volume_on').
/Users/jon/projects/OpenSongTablet/app/src/main/res/menu/activity_main_actions.xml
Error:(7, 24) No resource found that matches the given name (at 'icon' with value '@drawable/ic_action_previous_item').
Error:(12, 24) No resource found that matches the given name (at 'icon' with value '@drawable/ic_action_next_item').
Error:(40, 24) No resource found that matches the given name (at 'icon' with value '@drawable/ic_action_share').
/Users/jon/projects/OpenSongTablet/app/src/main/res/menu/presenter_actions.xml
Error:(8, 24) No resource found that matches the given name (at 'icon' with value '@drawable/ic_action_previous_item').
Error:(13, 24) No resource found that matches the given name (at 'icon' with value '@drawable/ic_action_next_item').
Error:Execution failed for task ':app:processDebugResources'.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '/Users/jon/Library/Android/sdk/build-tools/21.1.2/aapt'' finished with non-zero exit value 1
Information:BUILD FAILED
Information:Total time: 2.083 secs
Information:15 errors
Information:0 warnings
Information:See complete output in console
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment