On Thu, Jul 26, 2012 at 7:21 PM, Kostya Vasilyev <[email protected]> wrote: > Yeah, I noticed that too. You've got to specify the exact target filename, > e.g. > > adb push foo.txt /mnt/sdcard/foo.txt > > Using a target directory name was allowed before, but doesn't work anymore. >
adb push foo.txt /mnt/sdcard/ seems to work for me. No need for the file name just a / at the end. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

