Since installing v17 of the android build tools I am getting a VerifyError in my test project.
A short description of my project structure:
The way Android deals with dependencies has recently changed. If you are using eclipse, then just remove your jar imports and place them in a "libs"-folder in the project root, and everything will be imported automatically.