We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
由于你的compileSDK是24,我的工程是21,直接引用jcenter,编译的时候values的一些文件会资源找不到, 如果引入moudle将compile降到跟我工程都是21,那recycleview有一个bug,normalCell不会显示,不知道有没有人跟我一样遇到这个问题,目前我的做法是引入moudle,compile降到21,把recycleView保持是24,这样虽然会报版本冲突,但是勉强还能接受。
The text was updated successfully, but these errors were encountered:
这个项目确实是基于recyclerView 23 之后编写的,23以下的recyclerView会有问题的。
Sorry, something went wrong.
No branches or pull requests
由于你的compileSDK是24,我的工程是21,直接引用jcenter,编译的时候values的一些文件会资源找不到,
如果引入moudle将compile降到跟我工程都是21,那recycleview有一个bug,normalCell不会显示,不知道有没有人跟我一样遇到这个问题,目前我的做法是引入moudle,compile降到21,把recycleView保持是24,这样虽然会报版本冲突,但是勉强还能接受。
The text was updated successfully, but these errors were encountered: