I am trying to push my video in SD Card but its showing error in console failed to push selection, please help me this problem.
Asked
Active
Viewed 5,940 times
3
-
Welcome to Stack Overflow. Please read [How to Ask](http://stackoverflow.com/questions/how-to-ask), [What have you tried?](http://mattgemmell.com/2008/12/08/what-have-you-tried/), and [How To Ask Questions The Smart Way](http://catb.org/esr/faqs/smart-questions.html). – Mar 05 '12 at 13:27
2 Answers
2
In commmand
- Write:
cd :/>C:\android\android-sdk-windows\platform-tools
(or where ever adb.exe is located.if adb.exe is not present in sdk,download it saperately) - Write:
adb remount
not solved? see https://stackoverflow.com/a/14293973/1190809
0
Just go C: -> Documents and Settings -> then go to ur workspace folder name -> Local Settings -> Application Data -> Android -> android-sdk -> platform-tools -> adb Run this adb.exe.

Nisa
- 1
-
This solution is Windows-based. You should at least give that hint to your answer or show solutions for other OS's. – ernd enson Aug 01 '13 at 12:57