我正在尝试将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.
关于如何解决此问题的任何想法?还是有其他方法可以保留此凭据对象,以便我可以在其拦截器中获取它。