I am using the below code:
why super is striked out ??

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
i also face the same problem,
i use bellow steps to solve this issue.
1 Remove all robotium package reference from your project.
[2] please try to add robotium package like i show in bellow image.
– Just add “lib” folder in your package and add robotium-solo-3.4.1.jar file inside this folder.
[3] “Clean” code from “Project” tool bar option in your eclipse editor.
and then see your code in eclipse, and it is work for me.
[4] and if possible then use eclipse latest version to run your projects.
i hope this will help you.