Error:Failed to crunch file C:\Users\Jaymin\Downloads\MyScriptCalculator_v1.2.2.479\MyScript_ATK-android-2.2\samples\SingleCharWidgetSample\build\intermediates\exploded-aar\com.android.support\appcompat-v7\23.0.0\res\drawable-xhdpi\abc_list_selector_disabled_holo_light.9.png into C:\Users\Jaymin\Downloads\MyScriptCalculator_v1.2.2.479\MyScript_ATK-android-2.2\samples\SingleCharWidgetSample\build\intermediates\res\merged\debug\drawable-xhdpi\abc_list_selector_disabled_holo_light.9.png
Asked
Active
Viewed 576 times
1

Jaymin Bhadani
- 868
- 5
- 10
- 25
-
remove digit from image name. – D.J Jan 17 '17 at 10:23
-
can't allow Digit. Remove 9 .`Clean-Rebuild` – IntelliJ Amiya Jan 17 '17 at 10:26
-
But Inside My drawable this image are not existing it is Sdk Compiler Error – Jaymin Bhadani Jan 17 '17 at 10:26
-
Maybe this answer can help you. http://stackoverflow.com/a/33284865/6416089 – Paulo Mora Jan 17 '17 at 10:41
1 Answers
3
There may be 2 cases(As far as I know),
- You have tried to convert image type just by changing their extensions.
- Your project location is too deep.
We can discard 1st option as you have already said that you don't have these images. For 2nd option, try to move you project in root folder (c:\project or d:\project) & manually delete your intermediate folder & then build your project again.
Hope it helps

Ashish John
- 1,867
- 2
- 23
- 38
-
Thank it is HelpFul I solve This Via Change Location Of My Project and remove other project – Jaymin Bhadani Jan 17 '17 at 11:05
-
Ideally there shouldn't be a limit to how long a path can be. I hope this can be addressed soon. – Ozymandias Jul 13 '17 at 17:22