Android上的馅饼我得到了retrofit2要求空响应。 相同的代码工作以前所有的Android设备。 我已经将机器人:在清单usesCleartextTraffic =“真”的固定HTTP连接的问题,但如预期在所有其他androided版本的响应预期,但不派我没有得到回应。 所以请帮助在此先感谢
Manifest.xml
<application
android:allowBackup="false"
tools:replace="android:allowBackup"
android:icon="@mipmap/cabad_logo_new"
android:label="@string/app_name"
android:networkSecurityConfig="@xml/network_security_config"
android:roundIcon="@mipmap/cabad_logo_new_round"
android:supportsRtl="true"
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true">
MainActivity
RetrofitInterface jsonPostService =
ServiceGenerator.createService(RetrofitInterface.class,
"http://xxx.xxx.xxx.xxx:8080/");
Call<LoginResult> call = jsonPostService.postRawJSON(jsonObject);
call.enqueue(new Callback<LoginResult>() {
@Override
public void onResponse(Call<LoginResult> call,
Response<LoginResult> response) {
try {
上面的代码在所有的Android设备,除了派做工精细。 馅饼越来越空响应