无法从方法com.example.master.SigupActivity.sendEmail中找到类'com.github.sendgrid.Sendgrid'

时间:2014-03-02 17:10:30

标签: java android eclipse sendgrid

我在Java eclipse IDE中遇到过问题,我从类com.github.sendgrid.Sendgrid访问一个名为send()的函数。

我已将所有必需的jar包含在libs文件夹中并添加然后将jar添加到calsspath中。

我没有编译错误,但得到Java java.lang.noclassdeffounderror:com.github.sendgrid。

我在Eclipse IDE中使用sendgrid api作为我的android应用程序。

谢谢。

1 个答案:

答案 0 :(得分:0)

以下是一些可能有用的示例代码:

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