I want to convert my jar to dex: dx --dex --output=file.dex file.jar
. In file.jar
exists folder cnf/
which contains configuration files needed for my classes. But there is no folder cnf/
in resulting dex-file.
How to keep all files and folders in dex-file while converting?