質問編集履歴
2
内容編集
test
CHANGED
File without changes
|
test
CHANGED
@@ -40,9 +40,9 @@
|
|
40
40
|
|
41
41
|
2020-10-07 16:15:56.234 26141-26168/com.sample.apitest W/System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:127)
|
42
42
|
|
43
|
-
2020-10-07 16:15:56.234 26141-26168/com.sample.apitest W/System.err: at com.
|
43
|
+
2020-10-07 16:15:56.234 26141-26168/com.sample.apitest W/System.err: at com.sample.apitest.MainActivity$HitAPITask.doInBackground(MainActivity.kt:48)
|
44
|
-
|
44
|
+
|
45
|
-
2020-10-07 16:15:56.235 26141-26168/com.sample.apitest W/System.err: at com.
|
45
|
+
2020-10-07 16:15:56.235 26141-26168/com.sample.apitest W/System.err: at com.sample.apitest.MainActivity$HitAPITask.doInBackground(MainActivity.kt:38)
|
46
46
|
|
47
47
|
2020-10-07 16:15:56.235 26141-26168/com.sample.apitest W/System.err: at android.os.AsyncTask$2.call(AsyncTask.java:333)
|
48
48
|
|
1
内容編集
test
CHANGED
File without changes
|
test
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
androidエミュレーターより、ローカルサーバー内のdjango-rest-frameworkを利用して設定した
|
5
|
+
androidエミュレーターより、ローカルサーバー内のdjango-rest-frameworkを利用して設定したAPIの値を取得したいです。
|
6
6
|
|
7
7
|
|
8
8
|
|