无法为接口com.google.api.client.http.HttpExecuteInterceptor调用no-args构造函数-Android

时间:2018-12-13 15:38:07

标签: android google-oauth2

我正在尝试将Google api的oauth2凭据对象保留在共享首选项中。 当我尝试从共享首选项取回它时,出现错误。

Credential credential = sharedPreferenceManager.get(PreferenceConstants.CREDENTIAL, Credential.class);

错误状态,

Unable to invoke no-args constructor for interface com.google.api.client.http.HttpExecuteInterceptor. Registering an InstanceCreator with Gson for this type may fix this problem.

关于如何解决此问题的任何想法?还是有其他方法可以保留此凭据对象,以便我可以在其拦截器中获取它。

0 个答案:

没有答案