Program type already present com.google.gson.FieldAttributes

前端 未结 4 2153
一生所求
一生所求 2020-12-18 11:47

My android app refuses to build with the following error:

Program type already present: com.google.gson.FieldAttributes
Message{kind=ERROR, text=Program type         


        
4条回答
  •  情深已故
    2020-12-18 12:19

    Add Dependency to build.gradle file

    implementation 'com.google.code.gson:gson:2.8.2'
    

提交回复
热议问题