简体   繁体   中英

adb push command not working android kitkat(4.4)

我是 android 的新手,我想将文件从 PC 推送到应用程序内部存储器中,adb push 命令在所有 android 版本中都可以正常工作,但在 Kitkat(4.4) 中却没有说权限被拒绝我坚持这个问题,请帮我解决这个问题。

adb requires authorization from the device itself in recent releases. See this announcement which mentions:

Since Android 4.2.2, connections to ADB are authenticated with an RSA keypair. This prevents unauthorized use of ADB where the attacker has physical access to a device

Once you enable developer mode, starting adb should cause the phone to show a prompt asking you to authorize the new connection.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM