When I'm trying to run my application i get this error
java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/gson/Gson;
this com.google.gson.Gson
library file that I did added to my project through gradle and also added the libs/gson-2.8.1.jar file through Project Structure and can't understand when I have this problems.
build.gradle
andsettings.gradle
? – Ivelisseivens