Android-Video-Compressor icon indicating copy to clipboard operation
Android-Video-Compressor copied to clipboard

how to support for android nexus 6p(Device not supported)

Open woshiwzy opened this issue 8 years ago • 0 comments

when i use this lib run on nexus 6p ,there is a error :

===================================

om.github.hiteshsondhi88.libffmpeg.exceptions.FFmpegNotSupportedException: Device not supported 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at com.github.hiteshsondhi88.libffmpeg.FFmpeg.loadBinary(FFmpeg.java:52) 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at com.yink.sardar.Compressor.loadBinary(Compressor.java:27) 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at com.cretve.screamingreel.BaseScreamingReelActivity.compressVideo(BaseScreamingReelActivity.java:894) 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at com.cretve.screamingreel.activity.AddCatchOrEditActivity.compressVideo(AddCatchOrEditActivity.java:234) 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at com.cretve.screamingreel.activity.AddCatchOrEditActivity.onCreate(AddCatchOrEditActivity.java:206) 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at android.app.Activity.performCreate(Activity.java:6251) 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1107) 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2369) 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2476) 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at android.app.ActivityThread.-wrap11(ActivityThread.java) 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1344) 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at android.os.Handler.dispatchMessage(Handler.java:102) 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at android.os.Looper.loop(Looper.java:148) 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at android.app.ActivityThread.main(ActivityThread.java:5422) 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at java.lang.reflect.Method.invoke(Native Method) 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726) 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)

I think this error cause by a cpu arch,but how to solve?

woshiwzy avatar Jul 13 '16 09:07 woshiwzy