Android Question The file .xml disappear.

Javier Mateo

Member
Licensed User
Longtime User
The file defice_filter.xml located in the res folder of my application disappear when start the compilation 'Debug(rapid)' and I'm get a error about this subject.
I copy again the xml file and start the compilation and get the same error.
Could it be because the new version?

This is the error:

B4A version 4.30
Parsing code. 0.13
Compiling code. 0.16
Compiling layouts code. 0.05
Generating R file. Error
AndroidManifest.xml:42: error: Error: No resource found that matches the given name (at 'resource' with value '@xml/device_filter').
 
Last edited:
Top