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
On Mac OS X:
Add jar as library (drag jar to libs, right click add as lib)
Add compile statement to build.grade
build.grade
Install gradle v1.6 (use homebrew)
gradle v1.6
gradle clean (rebuild android did not work)
This sorted me out.