I\'m having troubles trying to compile an Android application with Gradle 0.5.+ and Android Studio, using SimpleXML.
This is the error:
Gradle: Execution
I am getting the same error while using SimpleFramework. Actually i resolved it by adding these lines in build.gradle:
compile('org.simpleframework:simple-xml:2.7.1') { exclude group: 'stax', module: 'stax-api' exclude group: 'xpp3', module: 'xpp3' }