How to upload files into android virtual machine - sapr-bntu/Pr51 GitHub Wiki
First you must create bat file and fill it with next code: C:\necessitas\android-sdk\platform-tools\adb push YOUR_LOCAL_FILEPATH REMOTE_FILEPATH
YOUR_LOCAL_FILEPATH is path to your file in windows (for example c:\pictures\flower.png) REMOTE_FILEPATH is path on android (it should be as follows /flower.png)
Save your bat file and launch it. After that in android virtual machine in folder /sdcard should appear file flower.png