The activity must be exported or contain an intent-filter
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: when I tried to run my application its show the error below Error running Dashboard: The activity must be exported or contain an intent-filter How can I solve this error? 回答1: I changed the Select Run/Debug Configuration from my MainActivity to App and it started working. Select App configuration snapshot: 回答2: Double check your manifest, your first activity should have tag inside of activity tag. If that doesn't work, look for target build, which located in the left of run button (green-colored play button), it should be targeting "app"