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
Try this if previous solution doesn't work:
configurations { compile.exclude module: 'stax' compile.exclude module: 'stax-api' compile.exclude module: 'xpp3' } dependencies { [...] compile 'org.simpleframework:simple-xml:2.7.+' } repositories { [...] mavenCentral() }