Aliens 2017-08-14 20:11 采纳率: 50%
浏览 2293
已采纳

辅助功能服务类AccessibilityService的xml配置文件编译报错

新手,写了一个可以自动回复手机qq消息的服务,编译时有一个错误:No resource found that matches the given name (at 'resource' with value '@xml/Accessibility_service_config')

代码编写过程如下:
1. 编写自己的AccessibilityService类,重写onServiceConnected()方法、onAccessibilityEvent()方法和onInterrupt()方法
2. 新建配置文件/res/xml/accessibility_service_config.xml

 <?xml version="1.0" encoding="utf-8"?>
<accessibility-service xmlns:android="http://schemas.android.com/apk/res/android"
            android:accessibilityEventTypes="typeNotificationStateChanged|typeWindowStateChanged|typeWindowContentChanged|typeWindowsChanged" 
            android:accessibilityFeedbackType="feedbackGeneric"
            android:accessibilityFlags="flagDefault"
            android:canRetrieveWindowContent="true"
            android:description="@string/description"
            android:notificationTimeout="100"
            android:packageNames="com.tencent.mobileqq" />

3.在AndroidManifest.xml中配置该服务信息,并增加meta-data标签指定xml文件:

<service
        android:name=".QQMsgAccessibilityService"
        android:enabled="true"
        android:exported="true"
        android:label="@string/label"
        android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE">
        <intent-filter>
                        <action android:name="android.accessibilityservice.AccessibilityService" />
        </intent-filter>
        <meta-data android:name="android.accessibilityservice" android:resource="@xml/Accessibility_service_config"></meta-data>
</service> 

不知道什么地方出错了,根据错误提示好像是找不到资源文件,但是根据网上找的资料,accessibility_service_config.xml应该就放在res/xml/下面。android编译版本是6.0,应该是支持以xml文件的方式配置AccessibilityService的。

  • 写回答

2条回答 默认 最新

  • Aliens 2017-08-15 08:02
    关注

    问题找到了,"@xml/Accessibility_service_config中,文件名Accessibility_service_config应该全部是小写,改成@xml/accessibility_service_config即可。
    其实刚开始我就写的小写,但是因为编译产生了另一个错误,大概是typeNotificationStateChanged|typeWindowStateChanged|typeWindowContentChanged|typeWindowsChanged参数不能是string类型,我想了好多办法都不行,参考String.xml和AndroidManifest.xml等文件都是首字母大写啊,于是就改成大写了,于是就不认了,但是我没发现错误代码变了,以为和改之前是一个错误。现在改成小写后,同时还需将typeNotificationStateChanged|typeWindowStateChanged|typeWindowContentChanged|typeWindowsChanged改成typeAllMask就可以编译通过了。

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)
编辑
预览

报告相同问题?

悬赏问题

  • ¥15 关于#c##的问题:treenode反序列化后获取不到上一节点和下一节点,Fullpath和Handle报错
  • ¥15 一部手机能否同时用不同的app进入不同的直播间?
  • ¥15 没输出运行不了什么问题
  • ¥20 输入import torch显示Intel MKL FATAL ERROR,系统驱动1%,: Cannot load mkl_intel_thread.dll.
  • ¥15 点云密度大则包围盒小
  • ¥15 nginx使用nfs进行服务器的数据共享
  • ¥15 C#i编程中so-ir-192编码的字符集转码UTF8问题
  • ¥15 51嵌入式入门按键小项目
  • ¥30 海外项目,如何降低Google Map接口费用?
  • ¥15 fluentmeshing