Bug? Problem on B4A 10.00 program compilation

Roberto M. de Oliveira

Member
Licensed User
My program normally compiles on a Windows 7 32-bit PC, version B4A 9.80.
On a new PC, windows 10 32 bits, I installed the B4A 10.00, according to the installation guidance.
When I compiled the program, the problem described below occurred:

B4A Version: 10.0
Java Version: 8
Analyzing the code. (0.20s)
Construction folder structure. (0.03s) Compiling
the code (0.33s) Compiling the
layouts code. (0.01s)
Organizing libraries (0.00s)
(AndroidX SDK)
Generating the R. Error file
AndroidManifest.xml: 51: error: Error: No resources found that match the given name (in 'resource' with the value '@ xml / device_filter').

Can anyone help me?
 

DonManfred

Expert
Licensed User
Longtime User
You probably need to set the file in the res folder to writeprotected so it can not be removed when compiling.

Or you add the devicefilter using a manifestentry,
 
Top