I have a project, which i want to configure on my computer.
On anothe computer it works, but with old version of Android Studio 0.4.0 whenever I use 0.5.2
Th
You will have to exclude libraries which are causing this issue. For Example: -
compile('org.simpleframework:simple-xml:2.7.+'){ exclude module: 'stax' exclude module: 'stax-api' exclude module: 'xpp3' }