adb push command not working android kitkat(4.4) -


I'm a newbie for Android, I want to send files from PC to internal storage of application, ADB push command works fine The Android version is doing but not in KitKat (4.4) saying that permission was denied. I got stuck on this issue, please help me.

ADB requires authorization from the device in the recent release See what is mentioned:

Since Android 4.2.2, connections to ADB are certified with the RSA keypages . This prevents unauthorized use of ADB, where the attacker has physical access to the device

Once you enable the developer mode, the ADB will give the phone a new prompt To allow you to authorize a new connection.

Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -