app で Retrofit 2.0.2 と Fabric 1.21.6 を使用しています。次のエラーが発生するため、retrofit を使用して API をリクエストできません。
git に記載されている解決策に従いました: https://github.com/twitter/twitter-kit-android/issues/28、https://github.com/square/retrofit/issues/1152
Could not find class 'retrofit2.Retrofit$Builder', referenced from method com.wolfmatrix.navz.restApi.service.RestClient.getClient
05-26 18:20:20.266 24072-24072/com.wolfmatrix.navz E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.wolfmatrix.navz, PID: 24072
java.lang.NoClassDefFoundError: retrofit2.Retrofit$Builder