Question

Hi i have imported the android BBC_NEWS_READER application from here

Here i have added the library from here

But when I import the RSSFeed app I am getting following error.

The Error is :

Failed to read the project file in android eclipse (.project) for 'android-rss-master'.
The file has been changed on disk,and it contains invalid information.
The project will not function properly until the description file is restored to a valid state.
Was it helpful?

Solution

  • Download the Zip files.(BBC-News-Reader) and the Library(android-rss).
  • Keep the application(BBC-News-Reader) and the library(android-rss) in a single folder, and select that folder for import.
  • Right click on ReaderActivity(BBC-News-Reader)->properties->android
  • add "android-rss-master" library. select some other target SDK if there exists target resolving issue.

  • Note: You also need ActionBarSherlock and View Pager library to make it work.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top