what is a adb daemon?
问题 While running an application .apk file is formed and that apk file is installed in the emulator. for installing the apk file in the emulator we need Android Debug Bridge(ADB) service. Daemon is a part of this service. My question is what is the work of the daemon? What does it do? 回答1: My question is what is the work of the daemon? What does it do? Daemons are like a service providers for other threads or objects running in the same process as the daemon thread. Daemon threads are used for