참조 : http://stackoverflow.com/questions/18556280/android-studio-unable-to-open-png-file

 

에러 로그를 주의깊게 봤어야 하는데, 제대로 보지 않은 불찰이네요...

에러로그를 잘 보면 Windows path의 MAX Length 제한때문에 발생합니다.

 

Error:Execution failed for task ':HelloEndpoints:mergeDebugResources'.
> ...\common_signin_btn_icon_disabled_light.9.png: Error: File path too long on Windows, keep below 240 characters : D:\develop\GoogleAppEngineWorkSpace\appengine-endpoints-helloendpoints-android\HelloEndpointsProject\HelloEndpoints\build\intermediates\exploded-aar\com.google.android.gms\play-services\3.2.25\res\drawable-hdpi\common_signin_btn_icon_disabled_light.9.png 

 

따라서 이를 해결하려면, 경로를 수정해서 MAX Length보다 작도록 하면 됩니다.