1

I copied an Android project from a mac computer to a PC with a where i recently installed Android studio with a new SDK version. I imported the project using my pc and i got the following error:

Error:Execution failed for task ':app:mergeDebugResources'.

Crunching Cruncher common_signin_btn_text_disabled_focus_dark.9.png failed, see logs

I failed to solve this issue, Please help Thanks

Ali Akkawi
  • 313
  • 4
  • 13
  • "my project directory"\app\build\intermediates\exploded-aar\com.google.android.gms\play-services-base\7.8.0\res\drawable-mdpi\common_signin_btn_icon_disabled_focus_light.9.png ERROR: Unable to open PNG file – Ali Akkawi Oct 23 '15 at 21:15
  • Related: https://stackoverflow.com/questions/18556280/android-studio-unable-to-open-png-file – Arne M Sep 17 '17 at 11:57

2 Answers2

0

Replace common_signin_btn_text_disabled_focus_dark.9.png with

common_signin_btn_text_disabled_focus_dark9.png
WhiteBanana
  • 349
  • 4
  • 20
0

I found the answer, all i need to do is shorten the path name of the project.

Ali Akkawi
  • 313
  • 4
  • 13