2016-10-13 2 views
0

이온 빌드 android 명령을 실행하는 중에 다음 오류가 발생합니다. Google에 시간을 들였지만 아무런 해결책도 얻을 수 없었습니다. 제발 도와주세요.이온 빌드 빌드를 실행하는 동안 mergeDebugResources 오류가 발생합니다.

FAILURE: Build failed with an exception.

What went wron Execution failed for task ':mergeDebugResources'. D:\Ionic_Workspace\MyProject_Dev\MyProject_Workspace_1.1\MyProject 1.1\platforms\and roid\build\intermediates\exploded-aar\com.google.android.gms\play-services-base\9.6.1\res\drawable-t vdpi-v4\common_google_signin_btn_text_light_disabled.9.png: Error: File path too long on Windows, ke ep below 240 characters : D:\Ionic_Workspace\MyProject_Dev\MyProject_Workspace_1.1\MyProject 1.1\platforms\android\build\intermediates\exploded-aar\com.google.android.gms\play-services-b ase\9.6.1\res\drawable-tvdpi-v4\common_google_signin_btn_text_light_disabled.9.png

Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more l og output. Error: cmd: Command failed with exit code 1 Error output: FAILURE: Build failed with an exception.

What went wrong: Execution failed for task ':mergeDebugResources'. D:\Ionic_Workspace\MyProject_Dev\MyProject_Workspace_1.1\MyProject 1.1\platforms\and roid\build\intermediates\exploded-aar\com.google.android.gms\play-services-base\9.6.1\res\drawable-t vdpi-v4\common_google_signin_btn_text_light_disabled.9.png: Error: File path too long on Windows, ke ep below 240 characters : D:\Ionic_Workspace\MyProject_Dev\MyProject_Workspace_1.1\MyProject 1.1\platforms\android\build\intermediates\exploded-aar\com.google.android.gms\play-services-b ase\9.6.1\res\drawable-tvdpi-v4\common_google_signin_btn_text_light_disabled.9.png

Try:Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more l og output.

답변

1

내 친구는 오류 스택을 확인, 그는

우리가 위의 오류에서 언급 한 라인을 통해 가자 문제,

Error: File path too long on Windows, keep below 240 characters :

그래서 기본적으로 Windows 전용 240 자 제한에 대한 수를 확인 경로. 그래서 그는 프로젝트의 경로를 업데이트하고 마침내 문제를 해결했습니다. 희망은 그것이 누군가를 도울 것이다!!

관련 문제