質問編集履歴
1
エラーメッセージの修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -5,7 +5,13 @@
|
|
5
5
|
### 発生している問題・エラーメッセージ
|
6
6
|
|
7
7
|
```
|
8
|
-
|
8
|
+
Failed to load AppCompat ActionBar with unknown error. Tip: Try to refresh the layout.
|
9
|
+
|
10
|
+
The following classes could not be instantiated:
|
11
|
+
- android.support.v7.widget.ActionBarContainer (Open Class, Show Exception, Clear Cache)
|
12
|
+
- android.support.v7.widget.ActionBarContextView (Open Class, Show Exception, Clear Cache)
|
13
|
+
- android.support.v7.app.WindowDecorActionBar (Open Class, Show Exception, Clear Cache)
|
14
|
+
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
|
9
15
|
```
|
10
16
|
|
11
17
|
### 該当のソースコード
|