回答編集履歴

1

追加

2020/04/14 14:17

投稿

jimbe
jimbe

スコア12670

test CHANGED
@@ -15,3 +15,21 @@
15
15
  そこでは何を行っているでしょうか.
16
16
 
17
17
  Frag01.java をご提示ください.
18
+
19
+
20
+
21
+ #追加
22
+
23
+ よく見ると(ログによれば)
24
+
25
+ ```
26
+
27
+ Error inflating class android.support.constraint.ConstraintLayout
28
+
29
+ ```
30
+
31
+ とレイアウトはサポートライブラリを使用していますが, コードは androidx を使用していますね.
32
+
33
+
34
+
35
+ レイアウトの ```android.support.constraint.ConstraintLayout``` となっている個所を ```androidx.constraintlayout.widget.ConstraintLayout``` としてみては如何でしょうか.