peerless2012
peerless2012
```java 14:28:01.816 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] 14:28:01.816 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] FAILURE: Build failed with an exception. 14:28:01.816 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] 14:28:01.816 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] * What went wrong: 14:28:01.816 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Execution failed for task...
```java * What went wrong: Execution failed for task ':app:checkStagingDebugDuplicateClasses'. > Could not resolve all files for configuration ':app:stagingDebugRuntimeClasspath'. > Failed to transform file 'classes_temp.jar' to match attributes {artifactType=android-classes, org.gradle.usage=java-runtime-jars}...
SDL is designed for many platform ,so it is any plan to add SDL support ? [SDL](https://github.com/libsdl-org/SDL)
最近在做播放器的功能,外网m3u8太卡了,希望能把一个带有多分辨率、字幕、音轨的m3u8下所有的ts和m3u8的原始数据都下下来。 举例: [bipbop_16x9_variant](https://devstreaming-cdn.apple.com/videos/streaming/examples/bipbop_16x9/bipbop_16x9_variant.m3u8)
使用VLayout后,当当RecyclerView滚动到底部后,再次上拉,这时候上拉加载更多会判断View是否能够竖向滚动,会调用``View.canScrollVertically(1);``,在未使用VLayout的RecyclerView中这个方法会返回false,使用VLayout后返回的值不确定。 经过跟踪代码发现,``View.canScrollVertically(1);``的代码如下: ```java public boolean canScrollVertically(int direction) { final int offset = computeVerticalScrollOffset(); final int range = computeVerticalScrollRange() - computeVerticalScrollExtent(); if (range == 0) return false; if (direction < 0)...
I want to use vlayout on tv, but it does nothing to focus, so is there any plan to support tv ?
First , I am so glad that you build this plugin , and it makes it easy to build different flavor whit different icon. I'm working on to make my...
There is a `drawableTint` in AppCompatTextView, so it is time to rename the attr.
It's possiable to add configure to makefile?