4

I have gone through many answers but i am unable to resolve the error . I have added the gson 2.2.4 library.My App gradle is this.

This is my build,.gradle

Community
  • 1
  • 1
usha
  • 43
  • 1
  • 1
  • 6

1 Answers1

2

In your gradle file, if you add the below line please delete it :

configurations { all*.exclude group: 'com.google.code.gson' }`

Sajid2067
  • 127
  • 1
  • 9