質問編集履歴

5

説明文の変更

2018/09/27 12:43

投稿

bluedog
bluedog

スコア12

test CHANGED
File without changes
test CHANGED
@@ -393,3 +393,7 @@
393
393
  android studio3.1.3
394
394
 
395
395
  cakephp3
396
+
397
+ 参考にしているサイト
398
+
399
+ https://akira-watson.com/android/httpurlconnection-post.html

4

説明文の変更

2018/09/27 12:43

投稿

bluedog
bluedog

スコア12

test CHANGED
File without changes
test CHANGED
@@ -44,7 +44,7 @@
44
44
 
45
45
 
46
46
 
47
- String url = "http:///cake/books/index";
47
+ String url = "http://cake/books/index";
48
48
 
49
49
 
50
50
 
@@ -180,7 +180,7 @@
180
180
 
181
181
 
182
182
 
183
- String urlSt = "http:///cake/books/index";
183
+ String urlSt = "http://cake/books/index";
184
184
 
185
185
 
186
186
 

3

説明文の変更

2018/09/27 12:39

投稿

bluedog
bluedog

スコア12

test CHANGED
@@ -1 +1 @@
1
- cakephpでandroidから値を受け取りができない
1
+ cakephpでandroidからpost送信の受け取りができない
test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  ```
26
26
 
27
- 上記のエラーに対応するため仮想デバイスのエミュレートパフォーマンス→グラフィックスをSoftwareに変更しています。
27
+ 上記のエラーに対応するため仮想デバイスのエミュレートパフォーマンス→グラフィックスをSoftwareに変更していますがうまくいきませんでした
28
28
 
29
29
 
30
30
 

2

説明追加

2018/09/24 11:51

投稿

bluedog
bluedog

スコア12

test CHANGED
File without changes
test CHANGED
@@ -10,6 +10,24 @@
10
10
 
11
11
 
12
12
 
13
+ android-Logcat
14
+
15
+ ```
16
+
17
+ 09-23 00:42:37.513 7972-7993/? W/OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
18
+
19
+ 09-23 00:42:37.632 7972-7993/? E/eglCodecCommon: glUtilsParamSize: unknow param 0x000082da
20
+
21
+ 09-23 00:42:37.633 7972-7993/? E/eglCodecCommon: glUtilsParamSize: unknow param 0x000082da
22
+
23
+ 09-23 00:42:38.566 7972-7972/com.example.jyun.myapplication W/View: dispatchProvideAutofillStructure(): not laid out, ignoring
24
+
25
+ ```
26
+
27
+ 上記のエラーに対応するため仮想デバイスのエミュレートパフォーマンス→グラフィックスをSoftwareに変更しています。
28
+
29
+
30
+
13
31
  android-MainActivity
14
32
 
15
33
  ```java

1

書式改善

2018/09/23 00:56

投稿

bluedog
bluedog

スコア12

test CHANGED
@@ -1 +1 @@
1
- cakephp3でandroidから値を受け取りにつ
1
+ cakephp3でandroidから値を受け取りができな
test CHANGED
@@ -4,9 +4,9 @@
4
4
 
5
5
  androidのEditText で入力した内容がcakephpで受け取れていないようです。
6
6
 
7
- cakephpのindexページへの遷移はできていますが、cakephpのcontrollerの受け取り方に
7
+ cakephpのindexページへの遷移はできていますがpost送信できておらず、
8
-
8
+
9
- 問題があるのでしょうか?
9
+ cakephpのcontrollerの受け取り方に問題があるのでしょうか?
10
10
 
11
11
 
12
12