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 think you need to exclude some of dependencies.
compile('org.simpleframework:simple-xml:2.7.+'){ exclude module: 'stax' exclude module: 'xpp3' }