Android Question Compile Error: stopautomaticforeground

elproing

Member
Hello everyone!

I got this error when compiling my project and I can not find what it mean's or where to fix it.

B4A Version: 10.0
Java Version: 8
Parsing code. (0.04s)
Building folders structure. (0.01s)
Compiling code. Error
Error compiling program.
Error description: Unknown member: stopautomaticforeground
Error occurred on line: 49
Service.StopAutomaticForeground
Word: stopautomaticforeground
 

elproing

Member
All other projects are working. This project previously worked. I have created a new project and copied all the code to new project but the error is still present.

When I do the search of this word, nothing returns.
 
Upvote 0

elproing

Member
I have solved it. I was cleaning project and removed some of the unused modules and now the error is gone. Interesting thing is that the error was not found by the search engine.

Thank you for helping
 
Upvote 0
Top