Google Cloud Endpoint 生成的Android 客户端需要 HttpTransport、JsonFactory 和 HttpRequestInitializer 作为生成的 Builder 构造函数的一部分(从AbstractGoogleJsonClient.Builder扩展。我想使用Stetho来观看这些网络调用,但我似乎无法弄清楚如何获取OkHttp与生成的客户端一起工作。
有没有人成功地在 Android 上使用 Stetho 和 Google Cloud Endpoints(有或没有 OkHttp)?