java - Android studio error: app:mergeDebugResources -


i have problem error:execution failed task ':app:mergedebugresources'.

error: file crunching failed, see logs details

i saw people tell it's because image format installed android studio didn't upload picture it, or wrote code, in starting code:

screenshot

this 2 probability makes error:

  1. maximum 260 characters file path. here excerpt windows naming files, paths, , namespaces documentation:

maximum path length limitation

in windows api (with exceptions discussed in following paragraphs), maximum length path max_path, defined 260 characters. local path structured in following order: drive letter, colon, backslash, name components separated backslashes, , terminating null character. example, maximum path on drive d "d:\some 256-character path string" "" represents invisible terminating null character current system codepage. (the characters < > used here visual clarity , cannot part of valid path string.)

  1. your username using special unicode instead of ascii, userñame

Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -