I m building an android application where I need these packages to import:
import com.sun.cnpi.rss.elements.Item;
import com.sun.cnpi.rss.elements.Rss;
import com.sun.cnpi.rss.parser.RssParser;
import com.sun.cnpi.rss.parser.RssParserException;
import com.sun.cnpi.rss.parse开发者_如何学JAVAr.RssParserFactory;
What should I do? From where can I find these packages?
You will need to download rss_utils_1.1.zip as seen in this tutorial.
精彩评论