我将 Stetho、Retrofit 和 OkHttp 与 Chrome 开发人员工具一起用于调试目的,似乎一切正常,我看到了我的本地数据库内容,我可以检查我的 UI,但是如果我使用网络检查对我的服务器进行一些 REST 请愿启用请愿书仍为“待处理”,但如果我复制 URL 并粘贴到 Chrome 选项卡上,请愿书会正确执行,但我不知道发生了什么。
这些是我的 gradle 进口:
compile 'com.squareup.retrofit2:retrofit:2.1.0'
compile 'com.squareup.okhttp3:logging-interceptor:3.9.1'
compile 'com.squareup.retrofit2:converter-gson:2.1.0'
implementation 'com.facebook.stetho:stetho:1.5.0'
implementation 'com.facebook.stetho:stetho-okhttp3:1.5.0'