java.lang.NoClassDefFoundError: com.jayway.android.robotium.solo.Solojava
"Properties > Java Build Path > Libraries", delete "Android Dependencies" in my test project.android
"Properties > Java Build Path > Libraries", delete two robotium jar and click "Add JARs" to re-import robotium jar in my test project.app
"Properties > Java Build Path > Order and Export", check two checkbok of robotium jar (and othera you want exported.)eclipse
Clean my test project.ui