user2021850
user2021850

Reputation: 11

ChimpChat on android

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

Answers (1)

Bhushan.M
Bhushan.M

Reputation: 31

Add common.jar library for SdkConstants.

Upvotes: 1

Related Questions