D:\GitHub\kjyy\KingReader_SDK_V1\app\src\main\AndroidManifest.xml:558:13-53 Error:
Missing one of the key attributes 'action#name,category#name' on element intent-filter at AndroidManifest.xml:558:13-53
以下注释处为错误出现的地方:
<service android:name="com.alipay.android.app.MspService" android:exported="false" android:process="com.alipay.sdk" > <!--<intent-filter android:priority="800" />--> </service>
intentFilter没有内容时候回出现此错误。删掉即可
本文介绍了一个关于AndroidManifest.xml文件中intent-filter元素的常见错误及其解决方案。当intent-filter缺少必要的属性如action或category时,会导致编译错误。文章提供了一段具体的错误示例代码,并给出了删除错误配置的解决办法。
1万+

被折叠的 条评论
为什么被折叠?



