How to import RecyclerView for Android L-preview

前端 未结 22 1651
被撕碎了的回忆
被撕碎了的回忆 2020-12-02 14:55

Trying to use the new RecyclerView from the support library. I downloaded the 20 update for the support library using the SDK manager.

I\'ve added the jar file to th

22条回答
  •  时光说笑
    2020-12-02 15:55

    in my case I fixed it by putting compile 'com.android.support:recyclerview-v7:22.0.0' as a dependency into my gradle build

    (with Android studio v. 1.2.1.1 and all sdk's updated.)

    It's really annoying when codes are updated so fast and the IDE can't keep track of them, and you have to manually fix for them, wasting time and resources.

    But well, at last it works.

提交回复
热议问题