Hey Shivam,
Thanks for pointing out the mistake. I am finally done with complete set up of my project in Eclipse ADT and able to run the app on my phone. Yeah you were right ,I forgot to add the
v4 support library to my project.I was just using the v7 version and it was a complete mismatch between the two.
Apart from that I also got some other errors which i want to list down (for the benefit of others).
- Missing Lazy List library dependencies:Solution->add jar file of Lazy List project and build path.Link:https://github.com/metlaivan/LazyList
- Make sure that all the jar files in lib folder have their paths built
- Try to use latest version of Google play services for the project.