質問するログイン新規登録

回答編集履歴

1

追加

2020/04/14 14:17

投稿

jimbe
jimbe

スコア13395

answer CHANGED
@@ -6,4 +6,13 @@
6
6
 
7
7
  Frag01.java の 19 行目, onCreateView メソッドの中で発生しているようです.
8
8
  そこでは何を行っているでしょうか.
9
- Frag01.java をご提示ください.
9
+ Frag01.java をご提示ください.
10
+
11
+ #追加
12
+ よく見ると(ログによれば)
13
+ ```
14
+ Error inflating class android.support.constraint.ConstraintLayout
15
+ ```
16
+ とレイアウトはサポートライブラリを使用していますが, コードは androidx を使用していますね.
17
+
18
+ レイアウトの ```android.support.constraint.ConstraintLayout``` となっている個所を ```androidx.constraintlayout.widget.ConstraintLayout``` としてみては如何でしょうか.