質問編集履歴

1

エラーメッセージの修正

2018/08/11 01:53

投稿

muromuro
muromuro

スコア9

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,19 @@
12
12
 
13
13
  ```
14
14
 
15
- ![イメージ説明](0266a0b37533c97c9aad1f6e9ad5cd41.png)
15
+ Failed to load AppCompat ActionBar with unknown error. Tip: Try to refresh the layout.
16
+
17
+
18
+
19
+ The following classes could not be instantiated:
20
+
21
+ - android.support.v7.widget.ActionBarContainer (Open Class, Show Exception, Clear Cache)
22
+
23
+ - android.support.v7.widget.ActionBarContextView (Open Class, Show Exception, Clear Cache)
24
+
25
+ - android.support.v7.app.WindowDecorActionBar (Open Class, Show Exception, Clear Cache)
26
+
27
+ Tip: Use View.isInEditMode() in your custom views to skip code or show sample data when shown in the IDE. If this is an unexpected error you can also try to build the project, then manually refresh the layout. Exception Details java.lang.ClassNotFoundException: android.view.View$OnUnhandledKeyEventListener Copy stack to clipboard
16
28
 
17
29
  ```
18
30