Search code examples
androidadb

How do we push all files using adb push?


Like in Mac/Linux, we have adb push * (using wildcard method) command to push all files inside the folder similarly whats the command for same function in windows system?


Solution

  • Have you tried pushing the contents of a directory? If not, try the following:

    adb push C:\the\directory\.