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
You need to also exclude stax-API.
implementation('org.simpleframework:simple-xml:2.7.+'){ exclude module: 'stax' exclude module: 'stax-api' exclude module: 'xpp3' }