Could not find class 'com.github.sendgrid.Sendgrid' from method com.example.master.SigupActivity.sendEmail

StackOverflow https://stackoverflow.com/questions/22130654

Question

I have having in issue in Java eclipse IDE, where I access a function called send() from class com.github.sendgrid.Sendgrid.

I have included all the required jars in the libs folder and added then added the jars to the calsspath.

I get no compile errors, but get Java java.lang.noclassdeffounderror:com.github.sendgrid.

I am using sendgrid api for my android application in Eclipse IDE.

Thank you.

Was it helpful?

Solution

Here is some example code that may help:

https://github.com/thinkingserious/sendgrid-android-example

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top