all res files are copied to root dir
Brought to you by:
jiggak
I have a sub directory in res folders like "/res/image/xx.png"
I checked the jar file, found that the image files are in the root directory.
the structure of res directory is gone.
I just want to know is there any way to keep the directory or it doesn't support it.\
Thanks!!!
I have the same issue.
Try setting destdir attribute of rapc task to the root of your project, or simply do not set the destdir attribute.