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
1. Put the jar (in my case, gson-2.2.4.jar) into the libs folder. 2. Ensure that compile files (libs/gson-2.2.4.jar) is in your build.gradle file. 3. Now Click on the "Sync Project with Gradle files"(Left to AVD manager Button on the topbar).
1. Put the jar (in my case, gson-2.2.4.jar) into the libs folder.
gson-2.2.4.jar
2. Ensure that compile files (libs/gson-2.2.4.jar) is in your build.gradle file.
libs/gson-2.2.4.jar
3. Now Click on the "Sync Project with Gradle files"(Left to AVD manager Button on the topbar).
After I did the above three, it started working fine.