3

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.

Peter O.
  • 32,158
  • 14
  • 82
  • 96
Chandu
  • 167
  • 1
  • 5
  • 12
  • 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 Answers2

2

In commmand

  1. 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)
  2. Write: adb remount

not solved? see https://stackoverflow.com/a/14293973/1190809

Community
  • 1
  • 1
Amel Jose
  • 873
  • 2
  • 9
  • 22
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