i know how to add a file to the root folder within a zip file:
zip -g xxx.apk yyy.txt
but i\'ve no idea how to specify a particu
Info-ZIP cannot do this. You will need to write a script or program in a language that has lower-level access to zip files.