diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml index 69e56fe..7859c16 100644 --- a/.idea/deploymentTargetDropDown.xml +++ b/.idea/deploymentTargetDropDown.xml @@ -7,11 +7,11 @@ - + - + \ No newline at end of file diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index bdd5b80..6dddb84 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -68,11 +68,11 @@ android:name=".MyPageActivity" android:exported="true" android:label="@string/title_activity_my_page"> - - + + - - + + > call, Response> response) { if (response.isSuccessful()) { + System.out.println("responseGood"); postJson = response.body(); } else { + System.out.println("responseError"); //レスポンスエラー } } @Override public void onFailure(Call> call, Throwable t) { + System.out.println("networkError"); //通信エラー } });