51e4ed62c32761b0d65a46e55504d68b7b71b145
android/kotlin/Class referenced in the manifest, `hogehoge`, was not found in the project or the libraries.md
... | ... | @@ -1,3 +1,12 @@ |
1 | +### エラー内容 |
|
2 | +ビルドすると |
|
3 | +``` |
|
4 | +Editing Class referenced in the manifest, `hogehoge`, was not found in the project or the libraries |
|
5 | +``` |
|
6 | +というエラーが発生する。 |
|
7 | + |
|
8 | +### 解決方法 |
|
9 | + |
|
1 | 10 | Kotlinファイルの先頭に |
2 | 11 | ``` |
3 | 12 | package com.user.examplephone; |