In this lesson, written in 2012, the author creates a service in a separate project. Creates another project with activation. Sends an intent with Action and sets up an intent filter service. And first he installs a service in the emulator. it is installed, but its process does not start. Puts a project with activation, presses a button, transfers the intent and the service starts, a service process appears. But now it does not work for me, when I install the service I see in the log
I/ActivityManager: Force stopping startandroid.servicebindserver appid=10064 user=0: from pid 3592 What does this string mean? I understand that this service is killed immediately, but I didn’t ask to launch it. Well, naturally, when I launch the application and try to send an intent to start the service, I get an error. the log says that the intent should be explicit. but I want implicit, via Action. If my question is not related to changes in android and the error may be somewhere in my code, then I will attach the code with the log, but I think that something has changed in android.