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
Ive done above 3 steps and its work charm for me.
(I am using Android Studio 2.1.2)
Step 1
compile 'com.squareup.okhttp3:okhttp:3.3.1'
) into gradle build script under build.gradle(Module:app).Step 2: Right click on app folder -> New -> Module
Step 3: Click Import JAR/.AAR Package Then browse your package. as an example: OkHttp.jar