2016-10-13 4 views
0

Ich bekomme folgenden Fehler beim Ausführen ionic Build android Befehl. Ich habe Stunden damit verbracht, es zu googeln, konnte aber keine Lösung finden. Bitte helfen Sie Jungs.Get mergeDebugResources Fehler beim Ausführen ionischen Build Android

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.

Antwort

1

Mein Freund überprüft Fehler-Stack, und er identifiziert ein Problem

uns durch die Leitung gehen lassen, die oben in Fehler erwähnt wird,

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

Also im Grunde nur Windows erlaubt 240 Zeichenbegrenzung Ein Weg. Also hat er den Pfad für das Projekt aktualisiert und schließlich haben wir das Problem gelöst. Hoffe es wird jemandem helfen !!

Verwandte Themen