Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VerifyError on Robotium Tests #104

Open
HeikoKlare opened this issue Sep 18, 2012 · 0 comments
Open

VerifyError on Robotium Tests #104

HeikoKlare opened this issue Sep 18, 2012 · 0 comments
Labels

Comments

@HeikoKlare
Copy link
Collaborator

In the past we had some problems running the robotium tests. That is even the main reason why we did not release an update for a long time. Now I think I found out what the problem is:
Most of us are using java in its 7th version now. The model and app project are automatically set to compliance level 1.6 in Eclipse because Android uses Java 6.
Now the test project is automatically set to compliance level 1.7 because it is the current and default version. This seems to cause the VerifyError because a Java 7 project cannot test a Java 6 project.

Short solution:
Set compliance level of the test project to 1.6 manually and it will probably work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant