Closed GoogleCodeExporter closed 9 years ago
Thanks for the report. I've known this one for a while, but I've been a bit
lazy about fixing it. The real fix will be somewhat involved, but if you just
want to get it working for the moment, you can modify baksmali and truncate the
filename before it creates the smali file - and hope it doesn't have multiple
classes with the same truncated name.
Original comment by bgruv@google.com
on 12 Mar 2013 at 5:58
You could also achieve a constant filename by appending some kind of hash. That
would guarantee constant length and still make sure the filenames are unique
per file.
Original comment by linux.ni...@gmail.com
on 13 Mar 2013 at 3:43
I plan on basically truncating and adding a numeric suffix. I already have some
support for similar types of filename remapping for things like reserved
filenames in windows, and for case insensitive file systems.
Original comment by bgruv@google.com
on 13 Mar 2013 at 9:29
I had this problem too, and made the necessary fix (hash of filename) to the
appropriate java file. If you're looking for a temporary fix, I can send the
corrected java file or compiled jar file.
Original comment by arungane...@gmail.com
on 8 Aug 2013 at 9:24
Original issue reported on code.google.com by
linux.ni...@gmail.com
on 12 Mar 2013 at 5:29