Reputation: 345
IONIC INFO
@ionic/cli-utils : 1.19.1
ionic (Ionic CLI) : 3.19.1
global packages:
cordova (Cordova CLI) : 8.0.0
local packages:
@ionic/app-scripts : 3.1.6
Cordova Platforms : android 7.0.0 ios 4.5.4
Ionic Framework : ionic-angular 3.9.2
System:
Node : v7.10.1
npm : 4.2.0
OS : Windows 10
Environment Variables:
ANDROID_HOME : not set
Misc:
backend : pro
The following error is occurring
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processDebugResources'.
> Failed to execute aapt
Upvotes: 2
Views: 3394
Reputation: 116
This seems to be a recent Cordova issue. Adding this plugin solved the issue in my case:
https://github.com/dpa99c/cordova-android-support-gradle-release
Upvotes: 1