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出现红叉的主要内容,如果未能解决你的问题,请参考以下文章