android - eclipse not recognising jtwitter -


i learning android. in statusactivity.java file , getting below error :

twitter twitter = new twitter("username", "password"); 

enter image description here

i have imported latest jtwitter jar jtwitter-2.9.0.zip , imported same project build path.

enter image description here

i not sure why not getting option import required class

it seems using zipped file instead of jtwitter jar. why jtwitter library classes aren't accessible.

remove jtwitter-2.9.0.zip - yamba > unzip file > extract jtwitter.jar > add jar project.

winterwell.jtwitter.twitter should available now.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -