VideoCompress icon indicating copy to clipboard operation
VideoCompress copied to clipboard

"libcompress.so" is 32-bit instead of 64-bit issue, this file not work in Samsung S6 and OnePlus2 Device.

Open rajnitlogistic opened this issue 8 years ago • 4 comments

com.samuel.OvationTube E/AndroidRuntime: FATAL EXCEPTION: AsyncTask #3 Process: com.samuel.OvationTube, PID: 19957 java.lang.RuntimeException: An error occurred while executing doInBackground() at android.os.AsyncTask$3.done(AsyncTask.java:309) at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:354) at java.util.concurrent.FutureTask.setException(FutureTask.java:223) at java.util.concurrent.FutureTask.run(FutureTask.java:242) at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588) at java.lang.Thread.run(Thread.java:818) Caused by: java.lang.UnsatisfiedLinkError: dlopen failed: "/data/app/package-name/lib/arm64/libcompress.so" is 32-bit instead of 64-bit at java.lang.Runtime.loadLibrary(Runtime.java:372) at java.lang.System.loadLibrary(System.java:1076) at com.yovenny.videocompress.MediaController.(MediaController.java:31)

Is there any solution for this problem?

or you send me "libcompress.so" file for 64bit version of 'arm64-v8a'.

Thanks.

rajnitlogistic avatar Mar 06 '17 11:03 rajnitlogistic

Same issue!!!

kishorejethava avatar Feb 28 '18 15:02 kishorejethava

Yeah. I'm facing this issue too. Need libcompress.so 64-bit version of library. Can you help with it, please?

ArtemKumeisha avatar Mar 12 '18 14:03 ArtemKumeisha

found any solution for this?

Ktirumalsetty avatar Jun 13 '19 10:06 Ktirumalsetty

https://github.com/fishwjy/VideoCompressor use this as an alternate it doesn't have .so files

Ktirumalsetty avatar Nov 14 '19 06:11 Ktirumalsetty