How To Push File From Pc To Android Phone Programatically?
I want to use adb push command in my activity so i can transfer file from windows PC to phone. is it possible to do that?
Solution 1:
I don't think that's possible from the Android side as "adb.exe" is a windows application in the platform-tools directory. If you write a Windows application, it can issue the "adb push" command.
Post a Comment for "How To Push File From Pc To Android Phone Programatically?"