我添加了recyleview库(unziped .aar并添加了classes.jar)但是当我创建一个适配器并扩展它时,我有以下错误
Java Build Path
中的库全部选中(android 4.4w,android Private Libraries,Android Dependencies)
我在lib文件夹中添加了android-support-v4.jar
我收到了以下错误:
Found 2 versions of android-support-v4.jar in the dependency list, but not all the versions are identical (check is based on SHA-1 only at this time All versions of the libraries must be the same at this time.
错误的原因可能是因为我在appcompat_v7中使用。
我的问题如何解决上述错误并使用recycleview?