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:
this 2 probability makes error:
- 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.)
- your username using special unicode instead of ascii,
userñame
Comments
Post a Comment