LZ4 compression library in android app

1k views Asked by At

How do I use LZ4 compression library in my android application...

The main issue I'm facing is when i try to export a signed application package, the error which comes is

Warning: net.jpountz.util.UnsafeUtils: can't find referenced class sun.misc.Unsafe

When I directly run the application in my device, there is no issue, this error comes only when I try to export the application.

0

There are 0 answers