I\'m trying to use the new Android Studio but I can\'t seem to get it working correctly.
I\'m using the Gson library to serialize/deserialize JSON-o
Download & Copy Your .jar file in libs folder then adding these line to build.gradle:
.jar
libs
dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.google.code.gson:gson:2.3.1' }
Do not forget to click "Sync now"