So i added gson-2.2.4.jar to the libs dir (I\'m using android studio). My project couldn\'t find the gson stuff so I added it as a library dependency to my module in the \"P
Try this GSON . Add this on build.gradle (Module :app)
implementation 'com.google.code.gson:gson:2.2.4'