質問編集履歴

5

エラーの追記

2019/03/31 12:43

投稿

Kazuma.
Kazuma.

スコア12

test CHANGED
@@ -1 +1 @@
1
- android studioのエラーついて
1
+ 「Sync Project with Gradle FilesをするとERROR: Unknown host'プロキシ名'...なる
test CHANGED
@@ -6,7 +6,11 @@
6
6
 
7
7
 
8
8
 
9
- です。さまざまなサイト見て試してみたのでが直りません。誰か教えていただけませんか?
9
+ です。あと「Sync Project with Gradle Filesをすると
10
+
11
+ ERROR: Unknown host
12
+
13
+ 'プロキシ名'You may need to adjust the proxy settings in Gradle.になります。
10
14
 
11
15
 
12
16
 

4

修正

2019/03/31 12:43

投稿

Kazuma.
Kazuma.

スコア12

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
 
12
12
 
13
- '''
13
+ ```
14
14
 
15
15
  <?xml version="1.0" encoding="utf-8"?>
16
16
 
@@ -48,4 +48,4 @@
48
48
 
49
49
  </android.support.constraint.ConstraintLayout>
50
50
 
51
- '''
51
+ ```

3

修正

2019/03/30 07:38

投稿

Kazuma.
Kazuma.

スコア12

test CHANGED
File without changes
test CHANGED
@@ -9,6 +9,8 @@
9
9
  です。さまざまなサイトを見て試してみたのですが直りません。誰か教えていただけませんか?
10
10
 
11
11
 
12
+
13
+ '''
12
14
 
13
15
  <?xml version="1.0" encoding="utf-8"?>
14
16
 
@@ -45,3 +47,5 @@
45
47
 
46
48
 
47
49
  </android.support.constraint.ConstraintLayout>
50
+
51
+ '''

2

追加記入

2019/03/30 07:33

投稿

Kazuma.
Kazuma.

スコア12

test CHANGED
File without changes
test CHANGED
@@ -7,3 +7,41 @@
7
7
 
8
8
 
9
9
  です。さまざまなサイトを見て試してみたのですが直りません。誰か教えていただけませんか?
10
+
11
+
12
+
13
+ <?xml version="1.0" encoding="utf-8"?>
14
+
15
+ <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
16
+
17
+ xmlns:app="http://schemas.android.com/apk/res-auto"
18
+
19
+ xmlns:tools="http://schemas.android.com/tools"
20
+
21
+ android:layout_width="match_parent"
22
+
23
+ android:layout_height="match_parent"
24
+
25
+ tools:context=".sampleActivity">
26
+
27
+
28
+
29
+ <TextView
30
+
31
+ android:layout_width="wrap_content"
32
+
33
+ android:layout_height="wrap_content"
34
+
35
+ android:text="Hello World!"
36
+
37
+ app:layout_constraintBottom_toBottomOf="parent"
38
+
39
+ app:layout_constraintLeft_toLeftOf="parent"
40
+
41
+ app:layout_constraintRight_toRightOf="parent"
42
+
43
+ app:layout_constraintTop_toTopOf="parent" />
44
+
45
+
46
+
47
+ </android.support.constraint.ConstraintLayout>

1

誤字脱字

2019/03/30 07:25

投稿

Kazuma.
Kazuma.

スコア12

test CHANGED
File without changes
test CHANGED
@@ -2,9 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- URL is not registered(Settings | Languages & Framewords | Schemas
5
+ URL is not registered(Settings | Languages & Framewords | Schemas DTLs)
6
-
7
- DTLs)
8
6
 
9
7
 
10
8