Reputation: 123
i have a strange error
this is my error Capture
Big Size Image here
I had to install Support Repository and Support Libray
but recyclerview is not found
If I click on "Install repository and sync project" ,
show this window
and finish,project clean,
but still same error
Search of hard work, but it does not solve
thanks
i already seen here Question
Try 21.0.1,2,3,+
still same error
Upvotes: 0
Views: 763
Reputation: 2896
You have a typo in your dependency, a dot instead of the colon after the group ID.
It should say:
compile 'com.android.support:recyclerview-v7:21.0.0'
^
Also, consider using the latest versions (22.2.0) instead of 21.0.0.
Upvotes: 3