質問編集履歴
11
title
CHANGED
File without changes
|
body
CHANGED
@@ -51,7 +51,7 @@
|
|
51
51
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
52
52
|
|
53
53
|
|
54
|
-
全然わからいのでどなたかお助けください
|
54
|
+
全然わからいのでどなたかお助けください
|
55
55
|
Androidstudio始めたばかりだったのに
|
56
56
|
ここから進まずになにも出来ません。
|
57
57
|
宜しくお願い致します
|
10
title
CHANGED
File without changes
|
body
CHANGED
@@ -54,4 +54,4 @@
|
|
54
54
|
全然わからいのでどなたかお助けください。
|
55
55
|
Androidstudio始めたばかりだったのに
|
56
56
|
ここから進まずになにも出来ません。
|
57
|
-
宜しくお願い致します
|
57
|
+
宜しくお願い致します
|
9
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
|
1
|
+
お願い致します。Androidstudioについて
|
body
CHANGED
File without changes
|
8
title
CHANGED
File without changes
|
body
CHANGED
@@ -23,12 +23,25 @@
|
|
23
23
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
24
24
|
xmlns:tools="http://schemas.android.com/tools"
|
25
25
|
android:layout_width="match_parent"
|
26
|
+
①↑ここに
|
27
|
+
Attribute android:layout_width is not allowed hereとでます。
|
28
|
+
|
26
29
|
android:layout_height="match_parent"
|
30
|
+
②↑ここに
|
31
|
+
Attribute android:layout_height is not allowed hereとでます。
|
32
|
+
|
33
|
+
|
27
34
|
tools:context=".MainActivity">
|
35
|
+
③↑ここに
|
28
36
|
|
37
|
+
Attribute tools:context is not allowed hereとでます。
|
29
38
|
<TextView
|
39
|
+
④↑ここに
|
40
|
+
Element TextView is not allowed here
|
41
|
+
とでます
|
42
|
+
|
30
|
-
|
43
|
+
android:layout_width="wrap_content"
|
31
|
-
|
44
|
+
android:layout_height="wrap_content"
|
32
45
|
android:text="Hello World!"
|
33
46
|
app:layout_constraintBottom_toBottomOf="parent"
|
34
47
|
app:layout_constraintLeft_toLeftOf="parent"
|
@@ -38,4 +51,7 @@
|
|
38
51
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
39
52
|
|
40
53
|
|
54
|
+
全然わからいのでどなたかお助けください。
|
55
|
+
Androidstudio始めたばかりだったのに
|
56
|
+
ここから進まずになにも出来ません。
|
41
|
-
お願い致します。
|
57
|
+
宜しくお願い致します。
|
7
title
CHANGED
File without changes
|
body
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
ググっていろいろとやりましたが駄目でした。
|
15
15
|
|
16
16
|
|
17
|
-
ちなみにmain.xml のテキストに
|
17
|
+
ちなみにmain.xml のテキストにエラーが4つでます。
|
18
18
|
|
19
19
|
|
20
20
|
|
6
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
|
1
|
+
アクティビティのプレビュー画面が表示されない
|
body
CHANGED
File without changes
|
5
title
CHANGED
File without changes
|
body
CHANGED
@@ -14,4 +14,28 @@
|
|
14
14
|
ググっていろいろとやりましたが駄目でした。
|
15
15
|
|
16
16
|
|
17
|
+
ちなみにmain.xml のテキストに問題あるのでしょうか?
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
<?xml version="1.0" encoding="utf-8"?>
|
22
|
+
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
23
|
+
xmlns:app="http://schemas.android.com/apk/res-auto"
|
24
|
+
xmlns:tools="http://schemas.android.com/tools"
|
25
|
+
android:layout_width="match_parent"
|
26
|
+
android:layout_height="match_parent"
|
27
|
+
tools:context=".MainActivity">
|
28
|
+
|
29
|
+
<TextView
|
30
|
+
android:layout_width="wrap_content"
|
31
|
+
android:layout_height="wrap_content"
|
32
|
+
android:text="Hello World!"
|
33
|
+
app:layout_constraintBottom_toBottomOf="parent"
|
34
|
+
app:layout_constraintLeft_toLeftOf="parent"
|
35
|
+
app:layout_constraintRight_toRightOf="parent"
|
36
|
+
app:layout_constraintTop_toTopOf="parent" />
|
37
|
+
|
38
|
+
</androidx.constraintlayout.widget.ConstraintLayout>
|
39
|
+
|
40
|
+
|
17
41
|
お願い致します。
|
4
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,5 +6,12 @@
|
|
6
6
|
と表示されます。
|
7
7
|
|
8
8
|
|
9
|
+
ターミナルで何度かAndroidstudioを消して
|
10
|
+
アンインストールもしてますが変化がありません。
|
11
|
+
|
12
|
+
|
9
13
|
どうしたら良いでしょうか?
|
14
|
+
ググっていろいろとやりましたが駄目でした。
|
15
|
+
|
16
|
+
|
10
17
|
お願い致します。
|
3
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
Androidstudio
|
1
|
+
Androidstudio デザインエディタ表示されない
|
body
CHANGED
@@ -6,4 +6,5 @@
|
|
6
6
|
と表示されます。
|
7
7
|
|
8
8
|
|
9
|
-
どうしたら良いでしょうか?
|
9
|
+
どうしたら良いでしょうか?
|
10
|
+
お願い致します。
|
2
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
Androidstudio の
|
1
|
+
Androidstudio のデザインエディタとの同期が出来ない?
|
body
CHANGED
File without changes
|
1
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,8 +1,9 @@
|
|
1
1
|
Android studioをMacにインストール後
|
2
|
-
起動し、プロジェクトをスタンダードで作成したのですが、「activity_main.xml」のタブが
|
2
|
+
起動し、プロジェクトをスタンダードで作成したのですが、「activity_main.xml」のタブが
|
3
3
|
|
4
|
-
一番下の表示には
|
5
|
-
|
4
|
+
Design editor is unavailable until after a successful project sync
|
6
|
-
となってます。
|
7
5
|
|
6
|
+
と表示されます。
|
7
|
+
|
8
|
+
|
8
9
|
どうしたら良いでしょうか?
|