Which of these is the incorrect explanation of the adb command?

A.
The “adb start-server” command starts the adb server.
B.
The “adb devices” command lists connected handsets and emulators.
C.
You can copy a file to the target with the “adb copy” command.
D.
You install an apk with the “adb install” command.
Explanation:
I agree with the answer. C