📌  相关文章
📜  无法解析活动:Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.nicpic.pltestingall .HiltTestActivity (has extras) } 在 androidx.test.core.app .InstrumentationActivityInvoker.startActivity 代码示例

📅  最后修改于: 2022-03-11 14:52:43.592000             🧑  作者: Mango

代码示例1
I got the same error with HiltTestActivity.kt, because I insert the AndroidManifest.xml parallel to the activity file.

My fix: Move the AndroidManifest.xml to the java folder.