I have a problem...
I used compile 'com.squareup.retrofit: converter-gson: 2.0.0-beta1' instead of 'com.squareup.retrofit: converter-gson: 2.0.0-beta2'
dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' compile 'com.android.support:appcompat-v7:23.0.1' compile 'com.squareup.retrofit:retrofit:2.0.0-beta2' compile 'com.squareup.retrofit:converter-gson:2.0.0-beta2' compile 'com.google.code.gson:gson:2.3'}
source share