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

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

문제

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.

도움이 되었습니까?

해결책

Here is some example code that may help:

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top