Hello friend,
if you or someone else can help me I'll be grateful.
Is the following, whenever I add the plugin to my project, I can not run the application on android with the command ionic cordova run android, the error shown is as follows:
`FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':mergeDebugResources'.
Error: Failed to crunch file C:\Users\Higor\Documents\workspace\faculdade 7\TCC - AGORA VAI\DESENVOLVIMENTO\App\app\platforms\android\build\intermediates\exploded-aar\com.google.android.gms\play-services-base\15.0.1\res\drawable-xxhdpi-v4\common_google_signin_btn_icon_light_normal_background.9.png into C:\Users\Higor\Documents\workspace\faculdade 7\TCC - AGORA VAI\DESENVOLVIMENTO\App\app\platforms\android\build\intermediates\res\merged\debug\drawable-xxhdpi-v4\common_google_signin_btn_icon_light_normal_background.9.png
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Error: Failed to crunch file C:\Users\Higor\Documents\workspace\faculdade 7\TCC - AGORA VAI\DESENVOLVIMENTO\App\app\platforms\android\build\intermediates\exploded-aar\com.google.android.gms\play-services-base\15.0.1\res\drawable-xxhdpi-v4\common_google_signin_btn_icon_light_normal_background.9.png into C:\Users\Higor\Documents\workspace\faculdade 7\TCC - AGORA VAI\DESENVOLVIMENTO\App\app\platforms\android\build\intermediates\res\merged\debug\drawable-xxhdpi-v4\common_google_signin_btn_icon_light_normal_background.9.png
:mergeDebugResources FAILED
BUILD FAILED
Total time: 23.4 secs
Error: cmd: Command failed with exit code 1 Error output:
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':mergeDebugResources'.
Error: Failed to crunch file C:\Users\Higor\Documents\workspace\faculdade 7\TCC - AGORA VAI\DESENVOLVIMENTO\App\app\platforms\android\build\intermediates\exploded-aar\com.google.android.gms\play-services-base\15.0.1\res\drawable-xxhdpi-v4\common_google_signin_btn_icon_light_normal_background.9.png into C:\Users\Higor\Documents\workspace\faculdade 7\TCC - AGORA VAI\DESENVOLVIMENTO\App\app\platforms\android\build\intermediates\res\merged\debug\drawable-xxhdpi-v4\common_google_signin_btn_icon_light_normal_background.9.png
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
[ERROR] An error occurred while running subprocess cordova.`
Hello friend, if you or someone else can help me I'll be grateful. Is the following, whenever I add the plugin to my project, I can not run the application on android with the command
ionic cordova run android
, the error shown is as follows:`FAILURE: Build failed with an exception.
What went wrong: Execution failed for task ':mergeDebugResources'.
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Error: Failed to crunch file C:\Users\Higor\Documents\workspace\faculdade 7\TCC - AGORA VAI\DESENVOLVIMENTO\App\app\platforms\android\build\intermediates\exploded-aar\com.google.android.gms\play-services-base\15.0.1\res\drawable-xxhdpi-v4\common_google_signin_btn_icon_light_normal_background.9.png into C:\Users\Higor\Documents\workspace\faculdade 7\TCC - AGORA VAI\DESENVOLVIMENTO\App\app\platforms\android\build\intermediates\res\merged\debug\drawable-xxhdpi-v4\common_google_signin_btn_icon_light_normal_background.9.png :mergeDebugResources FAILED
BUILD FAILED
Total time: 23.4 secs Error: cmd: Command failed with exit code 1 Error output: Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details.
FAILURE: Build failed with an exception.
What went wrong: Execution failed for task ':mergeDebugResources'.
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. [ERROR] An error occurred while running subprocess cordova.`
my ionic info is:
`Ionic:
ionic (Ionic CLI) : 4.1.2 (C:\Users\Higor\AppData\Roaming\npm\node_modules\ionic) Ionic Framework : ionic-angular 3.9.2 @ionic/app-scripts : 3.1.11 Cordova:
cordova (Cordova CLI) : 7.1.0 Cordova Platforms : android 6.3.0, browser 5.0.4 Cordova Plugins : cordova-plugin-ionic 5.2.4, cordova-plugin-ionic-keyboard 2.1.2, cordova-plugin-ionic-webview 2.1.4, (and 9 other plugins)
System:
Android SDK Tools : 26.1.1 (C:\Users\Higor\AppData\Local\Android\sdk) NodeJS : v8.11.2 (C:\Program Files\nodejs\node.exe) npm : 5.6.0 OS : Windows 10`