There is no easy way to copy files to Google Glass at the moment. Here is how you can do it using ADB. Start your command promt:
adb shell //to start the shell and navigate through the file structure
Some basic shell commands:
- ls = show all files in current directory
- cd abc = Open subdirectory abc in current directory
- mkdir abc = create directory abc in current directory
- rm abc = remove file abc in the current directory
- exit = close the shell
adb push C:/fileOnDesktop.txt /mnt/sdcard/targetFolderOnGlass