Reputation: 11
I am using ChimpChat
for an automation project. The ChimpChat instance is declared within an JUnit
test case. I have added sdklib/chimpchat/ddmlib/guava-13.0.1/jars
to the libs
folder. While running the JUnit test case, I get the below exception. Could anyone help me out on this.
java.lang.NoClassDefFoundError: com.android.SdkConstants
Upvotes: 1
Views: 664