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;