Android Question com.mytest:xml/windowchangedetectingservice

catyinwong

Active Member
Licensed User
Longtime User
I refer to the example here:


The following error pops up when I tried to run the example:

B4X:
B4A Version: 11.00
Parsing code.    (0.01s)
    Java Version: 11
Building folders structure.    (0.03s)
Compiling code.    (0.11s)
Compiling layouts code.    (0.00s)
Organizing libraries.    (0.00s)
    (AndroidX SDK)
Compiling resources    (0.16s)
Linking resources    Error
AndroidManifest.xml:45: error: resource xml/windowchangedetectingservice (aka com.mytest:xml/windowchangedetectingservice) not found.
error: failed processing manifest.

Anyone knows why?
 

DonManfred

Expert
Licensed User
Longtime User
Anyone knows why?
based on the example
B4X:
#AdditionalRes: C:\test1\resAccessibility\res, com.tillekesoft.accessibilityservices
The res folder must be in C:\test1\resAccessibility\

Did you put it there?
 
Upvote 0
Top