質問編集履歴

11

2020/05/05 05:55

投稿

shinmo
shinmo

スコア9

test CHANGED
File without changes
test CHANGED
@@ -104,7 +104,7 @@
104
104
 
105
105
 
106
106
 
107
- 全然わからいのでどなたかお助けください
107
+ 全然わからいのでどなたかお助けください
108
108
 
109
109
  Androidstudio始めたばかりだったのに
110
110
 

10

2020/05/05 05:54

投稿

shinmo
shinmo

スコア9

test CHANGED
File without changes
test CHANGED
@@ -110,4 +110,4 @@
110
110
 
111
111
  ここから進まずになにも出来ません。
112
112
 
113
- 宜しくお願い致します
113
+ 宜しくお願い致します

9

2020/05/03 13:21

投稿

shinmo
shinmo

スコア9

test CHANGED
@@ -1 +1 @@
1
- アクティビティのプレビュー画面が表示されな
1
+ お願致します。Androidstudioについて
test CHANGED
File without changes

8

2020/04/28 02:22

投稿

shinmo
shinmo

スコア9

test CHANGED
File without changes
test CHANGED
@@ -48,17 +48,43 @@
48
48
 
49
49
  android:layout_width="match_parent"
50
50
 
51
+ ①↑ここに
52
+
53
+ Attribute android:layout_width is not allowed hereとでます。
54
+
55
+
56
+
51
57
  android:layout_height="match_parent"
58
+
59
+ ②↑ここに
60
+
61
+ Attribute android:layout_height is not allowed hereとでます。
62
+
63
+
64
+
65
+
52
66
 
53
67
  tools:context=".MainActivity">
54
68
 
69
+    ③↑ここに
55
70
 
71
+
72
+
73
+ Attribute tools:context is not allowed hereとでます。
56
74
 
57
75
  <TextView
58
76
 
59
- android:layout_width="wrap_content"
77
+ ④↑ここに
60
78
 
79
+ Element TextView is not allowed here
80
+
81
+ とでます
82
+
83
+
84
+
85
+ android:layout_width="wrap_content"
86
+
61
- android:layout_height="wrap_content"
87
+ android:layout_height="wrap_content"
62
88
 
63
89
  android:text="Hello World!"
64
90
 
@@ -78,4 +104,10 @@
78
104
 
79
105
 
80
106
 
107
+ 全然わからいのでどなたかお助けください。
108
+
109
+ Androidstudio始めたばかりだったのに
110
+
111
+ ここから進まずになにも出来ません。
112
+
81
- お願い致します。
113
+ 宜しくお願い致します。

7

2020/04/27 02:38

投稿

shinmo
shinmo

スコア9

test CHANGED
File without changes
test CHANGED
@@ -30,7 +30,7 @@
30
30
 
31
31
 
32
32
 
33
- ちなみにmain.xml のテキストに問題あるのしょうか?
33
+ ちなみにmain.xml のテキストにエラーが4つます。
34
34
 
35
35
 
36
36
 

6

2020/04/27 01:55

投稿

shinmo
shinmo

スコア9

test CHANGED
@@ -1 +1 @@
1
- Androidstudio デザインエデ表示されない
1
+ アクテビティのプレビュー画面が表示されない
test CHANGED
File without changes

5

2020/04/26 23:41

投稿

shinmo
shinmo

スコア9

test CHANGED
File without changes
test CHANGED
@@ -30,4 +30,52 @@
30
30
 
31
31
 
32
32
 
33
+ ちなみにmain.xml のテキストに問題あるのでしょうか?
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+ <?xml version="1.0" encoding="utf-8"?>
42
+
43
+ <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
44
+
45
+ xmlns:app="http://schemas.android.com/apk/res-auto"
46
+
47
+ xmlns:tools="http://schemas.android.com/tools"
48
+
49
+ android:layout_width="match_parent"
50
+
51
+ android:layout_height="match_parent"
52
+
53
+ tools:context=".MainActivity">
54
+
55
+
56
+
57
+ <TextView
58
+
59
+ android:layout_width="wrap_content"
60
+
61
+ android:layout_height="wrap_content"
62
+
63
+ android:text="Hello World!"
64
+
65
+ app:layout_constraintBottom_toBottomOf="parent"
66
+
67
+ app:layout_constraintLeft_toLeftOf="parent"
68
+
69
+ app:layout_constraintRight_toRightOf="parent"
70
+
71
+ app:layout_constraintTop_toTopOf="parent" />
72
+
73
+
74
+
75
+ </androidx.constraintlayout.widget.ConstraintLayout>
76
+
77
+
78
+
79
+
80
+
33
81
  お願い致します。

4

2020/04/26 02:51

投稿

shinmo
shinmo

スコア9

test CHANGED
File without changes
test CHANGED
@@ -14,6 +14,20 @@
14
14
 
15
15
 
16
16
 
17
+ ターミナルで何度かAndroidstudioを消して
18
+
19
+ アンインストールもしてますが変化がありません。
20
+
21
+
22
+
23
+
24
+
17
25
  どうしたら良いでしょうか?
18
26
 
27
+ ググっていろいろとやりましたが駄目でした。
28
+
29
+
30
+
31
+
32
+
19
33
  お願い致します。

3

2020/04/26 00:48

投稿

shinmo
shinmo

スコア9

test CHANGED
@@ -1 +1 @@
1
- Androidstudio デザインエディタとの同期が出来ない
1
+ Androidstudio デザインエディタ表示されない
test CHANGED
@@ -15,3 +15,5 @@
15
15
 
16
16
 
17
17
  どうしたら良いでしょうか?
18
+
19
+ お願い致します。

2

2020/04/24 07:32

投稿

shinmo
shinmo

スコア9

test CHANGED
@@ -1 +1 @@
1
- Androidstudio のLoading 終わらない
1
+ Androidstudio のデザインエディタとの同期出来ない
test CHANGED
File without changes

1

2020/04/24 04:04

投稿

shinmo
shinmo

スコア9

test CHANGED
File without changes
test CHANGED
@@ -1,14 +1,16 @@
1
1
  Android studioをMacにインストール後
2
2
 
3
- 起動し、プロジェクトをスタンダードで作成したのですが、「activity_main.xml」のタブがずっと  Loading...になったままで進展ありません。
3
+ 起動し、プロジェクトをスタンダードで作成したのですが、「activity_main.xml」のタブが
4
4
 
5
5
 
6
6
 
7
- 一番下の表示には
7
+ Design editor is unavailable until after a successful project sync
8
8
 
9
- Gradle sync started Gradle:Build..
10
9
 
10
+
11
- なってます。
11
+ 表示されます。
12
+
13
+
12
14
 
13
15
 
14
16