android - eclipse not recognising jtwitter -
i learning android. in statusactivity.java file , getting below error :
twitter twitter = new twitter("username", "password");
i have imported latest jtwitter jar jtwitter-2.9.0.zip
, imported same project build path.
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
Post a Comment