Can Not Run Application Below Lollipop
I am working with android studio .My application working fine in lollipop devices but when i run application in below lollipop devices it gives me given below error message. I ha
Solution 1:
you can add the code below in your build.gradle file. It work for me:
configurations {
all*.exclude group: 'xpp3', module: 'xpp3'
}
Post a Comment for "Can Not Run Application Below Lollipop"