proguard icon indicating copy to clipboard operation
proguard copied to clipboard

adaptresourcefilecontents on path like package reference

Open drori200 opened this issue 1 year ago • 0 comments

I have a JSON file which contains references to classes in my project with their fully qualified names (without the file extension). The file references them in a “forward-slash” manner and not using dots ex: foo/bar/class and not foo.bar.class I assume this results in adaptresourcefilecontents not being able to remap the references and thus causing my jar to fail on startup.

What can i do to solve this issue?

drori200 avatar Jan 20 '24 11:01 drori200