Hi,
I have an existing working project and i want to run it via the ionic cli 3.0 but its not working. The error i am getting is
:mergeDebugResources
Error: Failed to crunch file C:\Users\sd0003\Documents\ionicTesting\DaveyProject\daveymobilev1\platforms\android\build\intermediates\exploded-aar\com.google.android.gms\play-services-base\10.2.6\res\drawable-xxhdpi-v4\common_google_signin_btn_icon_light_normal_background.9.png into C:\Users\sd0003\Documents\ionicTesting\DaveyProject\daveymobilev1\platforms\android\build\intermediates\res\merged\debug\drawable-xxhdpi-v4\common_google_signin_btn_icon_light_normal_background.9.png
:mergeDebugResources FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':mergeDebugResources'.
> Error: Failed to crunch file C:\Users\sd0003\Documents\ionicTesting\DaveyProject\daveymobilev1\platforms\android\build\intermediates\exploded-aar\com.google.android.gms\play-services-base\10.2.6\res\drawable-xxhdpi-v4\common_google_signin_btn_icon_light_normal_background.9.png into C:\Users\sd0003\Documents\ionicTesting\DaveyProject\daveymobilev1\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.
BUILD FAILED
I did IONIC CORDOVA RESOURCES and it still gives me the same error.
I removed Platforms folder and did IONIC CORDOVA BUILD ANDROID also.
I removed NODE_MODULES Folder and did NPM INSTALL as well.
It works when creating a new project.
Ionic Info Output:
$ ionic info
global packages:
@ionic/cli-utils : 1.0.0
Cordova CLI : 7.0.0
Ionic CLI : 3.0.0
local packages:
@ionic/cli-plugin-cordova : 1.3.0
@ionic/cli-plugin-ionic1 : 1.3.0
Cordova Platforms : android 6.2.3
Ionic Framework : ionic1 1.3.2
System:
Node : v6.10.3
OS : Windows 10
Xcode : not installed
ios-deploy : not installed
ios-sim : not installed
Thanks
Sourav