This is followup question to this. I had a similar problem so when I searched SO I got this answer which says to include compile 'com.squareup.retrofit:retrofit:2.0.0-beta1'
in the build.gradle
but when I sync my gradle file it repeatedly says failed to resolve
. I followed every method on this thread but it still does not work. What to do ?
Of course the last resort is to manually download the gson-converter
and include it in the project but why is the gradle not working ?
Edit: I am including the screenshot of my gradle