liguangze
liguangze
没有生成path
异常类型:没有生成path 手机型号:模拟器, 手机系统版本::Android 5.0 (如是编译异常,则可以不填) Robust版本::0.4.72 Gradle版本:如:3.10 系统:如:windows7 ./gradlew clean assembleRelease --stacktrace --no-daemon >log.txt , FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:transformClassesWithAutoPatchTransformForRelease'....
public void callback(boolean isSuccess, String outfile, Throwable t){} 这个回调方法中isSuccess 返回fslse,
Tiny.FileCompressOptions options = new Tiny.FileCompressOptions(); Tiny.getInstance().source("").batchAsFile().withOptions(options).batchCompress(new FileBatchCallback() { @Override public void callback(boolean isSuccess, String[] outfile) { //return the batch compressed file path } }); 因为你的demo里面写的是数组,长度都固定了,我现在不知道用户要传几张,只能传集合,
每执行novate.xxx() 给上层返回了一个Subscription,上层可以调用unsubscribe()来进行取消! if (!subscription.isUnsubscribed()) { subscription.unsubscribe(); } 说是这么取消,但是我怎么用呢,能不能详细点,或者举个例子
一直在转圈
如果不加入 @Override public void onStart() { super.onStart(); L.i("onStart ======="); mMarqueeView.startFlipping(); } @Override public void onStop() { super.onStop(); L.i("onStop ======="); mMarqueeView.stopFlipping(); } 这个代码是没有问题,但是会重影
我的getView怎么只走了一次,就只有一个item呢