Page 1 of 1

Bug: Problem adding subdir to ZIP

Posted: 2011-08-09, 07:37 UTC
by t_arn
I have a ZIP with following dir structure:

gen
out
res
drawable
layout
menu
values
xml
src

I then tried to add the directory "raw" to the subdir 'res' in the ZIP.
But the directory 'raw' was not added below 'res'.
Instead, the files of 'raw' were copied to the directory 'resraw' in the root of the ZIP file.

Tom

Posted: 2011-08-11, 12:32 UTC
by ghisler(Author)
Apparently a slash is missing. I will check it.