【问题标题】:Could not find class 'com.github.sendgrid.Sendgrid' from method com.example.master.SigupActivity.sendEmail无法从方法 com.example.master.SigupActivity.sendEmail 中找到类 'com.github.sendgrid.Sendgrid'
【发布时间】:2014-03-02 17:10:30
【问题描述】:

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

我已经在 libs 文件夹中包含了所有需要的 jar,然后将这些 jar 添加到 calsspath 中。

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

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

谢谢。

【问题讨论】:

  • 这是在调试应用程序上吧?你还没有混淆任何东西吗?

标签: java android eclipse sendgrid


【解决方案1】:

下面是一些可能有帮助的示例代码:

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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2015-06-27
    • 1970-01-01
    • 2013-07-04
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-03-24
    相关资源
    最近更新 更多