Android Question android manifest

CurtisC

Member
Licensed User
Longtime User
I copied a project from one computer to another and am getting this error message when compiling.

AndroidManifest.xml:39: error: Error: No resource found that matches the given name (at 'resource' with value '@xml/device_filter')

The project compiles on the original computer and runs fine. All of the lib jar's and xml's were copied over so no difference. Computer 1 is running B4A version 2.7 versus 3.0 on computer 2, and vista versus windows 8.

The Libs that on are - IME (1.05), Phone (2.20), RandomAccessFile (1.51), SQL (1.20) and USB (.97)
 
Top