android app出现红叉

Posted clicli

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android app出现红叉相关的知识,希望对你有一定的参考价值。

问题:

出现小红叉

 

解决办法: 

<intent-fwilter>
<action android:name="android.intent.action.MAIN"/>

<category android:name="android.intent.category.LAUNCHER"/>
</intent-fwilter>
检查是否写完整

以上是关于android app出现红叉的主要内容,如果未能解决你的问题,请参考以下文章

Android Studio中app出现红叉的解决方案

Android Studio中Run按钮app的module显示红叉

Android studio的app上有红叉的解决办法

Eclipseproject出现红叉

Android异常篇 Gradle项目同步失败,需要修复项目。同时app图标有红叉,无法正常运行

Android App 在片段中创建 ListView 引用时关闭