Disco

Results 10 comments of Disco

String ffmpeg = "ffmpeg -i /storage/emulated/0/Pictures/WeiXin/10分钟视频.vob" + " /storage/emulated/0/Pictures/WeiXin/vob转.mp4"; String[] commands = ffmpeg.split(" "); RxFFmpegInvoke.getInstance() .runCommandRxJava(commands) .subscribe(new RxFFmpegSubscriber() { @Override public void onFinish() { Log.i(TAG, "onFinish: "); } @Override public...

String[] commands = ffmpeg.split(" "); RxFFmpegInvoke.getInstance().runCommandRxJava(commands).subscribe(new RxFFmpegSubscriber() { @Override public void onFinish() { Log.i(TAG, "onFinish: "); frameChange(sizeFilePath); } @Override public void onProgress(int progress, long progressTime) { Log.i(TAG, "onProgress: "); }...

靠,刚发问题就解决了。卸载重装,就可以了。但是为什么会出现这个问题还是未知。

原因应该是第一次操作的时候 失败了 但是你的目标地址文件已经生成了,当你再次执行命令的时候因为目标地址已经存在文件,我是这个原因出现的。

> 文件名是否有空格之类的呢? 路径或者文件名空格的话会出现非法指令的异常吧,,

系统应用,push到/system/app/目录下的 使用的系统签名

I have tried generating new test cards, new orderIds, and creating new projects to reconnect to the SDK, and the same problem always occurs. However, there are no problems using...

CoreConfig coreConfig = new CoreConfig("AYj0tnzswRJq9qFutpNX-VtSNh0gmKlfCBNJgqU-ptR6twSDaYZ_RkCGEpyfKMCKxqEiO-gl-ryLLimj", Environment.SANDBOX); CardClient cardClient = new CardClient(WelcomeActivity.this,coreConfig); Card card = new Card("4032039754892141","07","2028","893"); CardRequest cardRequest = new CardRequest("73F6408408448572H", card, "com.earth.ffzo"); cardClient.approveOrder(cardRequest, new CardApproveOrderCallback() { @Override public void...

CoreConfig coreConfig = new CoreConfig("AYj0tnzswRJq9qFutpNX-VtSNh0gmKlfCBNJgqU-ptR6twSDaYZ_RkCGEpyfKMCKxqEiO-gl-ryLLimj", Environment.SANDBOX); CardClient cardClient = new CardClient(WelcomeActivity.this,coreConfig); Card card = new Card("4032039754892141","07","2028","893"); CardRequest cardRequest = new CardRequest("1KD135528B5814015", card, "com.earth.ffzo.paypal"); cardClient.approveOrder(cardRequest, new CardApproveOrderCallback() { @Override public void...

@sshropshire url=https://api-m.sandbox.paypal.com/v2/checkout/orders/0NS9672804790552A/confirm-payment-source No JSON data found. --------------------------- But I found that the Authorization: Basic... printed on my AS is inconsistent with the paypal document {https://developer.paypal.com/docs/api/orders/v2/#orders_confirm}, I don't know if this...