Android Question No resource found that matches the given name (at 'resource' with value '@xml/device_filter')

vecino

Well-Known Member
Licensed User
Longtime User
Hello, today they tell me that they have changed the logo of a client company and I have to change it in their application.
To change the icon, I opened the project that had not been touched for several months, and my surprise was great when it showed me an error that I don't know what it means.
Please can someone tell me what I need to do to fix it.
Thank you.

This is the "log" window when I try to compile:
B4ABuilder v10.2
Java version: 11
BaseFolder: ..
ProjectFile: ..\newtroncomanda.b4a
BuildConfiguration: Default,com.newtron.comanda
Parsing code.
Compiling code.
Compiling layouts code.
Organizing libraries.
(AndroidX SDK)
Generating R file.
System.Exception: Error: AndroidManifest.xml:57: error: Error: No resource found that matches the given name (at 'resource' with value '@xml/device_filter').
en h6.a(a A_0)
en h7.j(String[] A_0)
en h7.m(String[] A_0)
Error: AndroidManifest.xml:57: error: Error: No resource found that matches the given name (at 'resource' with value '@xml/device_filter').
Completed. Exit code: 1
 

vecino

Well-Known Member
Licensed User
Longtime User
You're right, thanks to "AutoBackups" I have been able to recover that file. He had disappeared for some reason.
Thank you.
 
Upvote 0
Top