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
libs
folder at the level of app
. jars
in this project. libs
folder,add library
I observed CTRL + ALT + SHIFT + S --> project structure --> app-module -->Dependencies" already had an entry as (dir: 'libs', include: '*.jar')
under compile-option
, initially. And after adding the jar's as per the steps stated above, the build.gradle
got the entries for the new added jar's, itself.