So, I added gson-2.2.4.jar to the libs directory (I use Android studio). My project could not find the gson stuff, so I added it as a library dependency to my module in Project Structure. When I try to start a project, the assembly does not work with the following errors:
Error:(12, 23) Gradle: package com.google.gson does not exist Error:(37, 3) Gradle: cannot find symbol class Gson Error:(37, 19) Gradle: cannot find symbol class Gson
Why can't I make this work? I read elsewhere that gradle should process everything automatically if it fits in the lib directory.
android android-studio android-gradle gradle
jensengar Jul 28 '13 at 22:43 2013-07-28 22:43
source share