I am learning android. In my StatusActivity.java file , I am getting the below error :
Twitter twitter = new Twitter("username", "password");
I have imported the latest jtwitter jar jtwitter-2.9.0.zip
and imported the same to project build path.
I am not sure why I am not getting an option to import the required class