Use "/" instead of "\"
bad -- adb push E:\Text.txt \sdcard\Text.txt
good -- adb push E:/Text.txt /sdcard/Text.txt
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To
Hello everyone !
I am trying to port PC/SC on my G1 in order to develop on a smartcard.
I am using the SEEK for Android tutorial (
http://code.google.com/p/seek-for-android/wiki/UsingPCSC
)
But when I get to
"
Create required directories (/data/pcsc and /data/pcscd) on the device
and copy pcscd
2 matches
Mail list logo