Posts

Showing posts with the label ini

No implementation found for native code in android

Image
No implementation found for native code in android Now Im using ffmpeg java library in android. I want to use it directly in my app, So Im inporting this library. But I have a problem with it. E/AndroidRuntime: FATAL EXCEPTION: main Process: com.softcode.kihnoplay, PID: 15313 java.lang.UnsatisfiedLinkError: No implementation found for java.lang.String androidFfmpeg.ArmArchHelper.cpuArchFromJNI() (tried Java_androidFfmpeg_ArmArchHelper_cpuArchFromJNI and Java_androidFfmpeg_ArmArchHelper_cpuArchFromJNI__) at androidFfmpeg.ArmArchHelper.cpuArchFromJNI(Native Method) at androidFfmpeg.CpuArchHelper.getCpuArch(CpuArchHelper.java:16) at androidFfmpeg.FFmpeg.loadBinary(FFmpeg.java:40) at com.softcode.tablet.Mp3Concat_Thread.startThread(Mp3Concat_Thread.java:90) at com.softcode.tablet.Mp3Concat_Thread.<init>(Mp3Concat_Thread.java:54) at com.softcode.phone...