android/kotlin/Class referenced in the manifest, `hogehoge`, was not found in the project or the libraries.md
... ...
@@ -0,0 +1,8 @@
1
+Kotlinファイルの先頭に
2
+```
3
+package com.user.examplephone;
4
+```
5
+
6
+の記載があるかを確認する。
7
+
8
+引用: [https://stackoverflow.com/a/65144502/11842985](https://stackoverflow.com/a/65144502/11842985)
... ...
\ No newline at end of file