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
1
votes
1 Answers
3
votes
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
Clean-Rebuild
– IntelliJ Amiya