我正在尝试在我的 android 应用程序中使用 jets3t0.9.0,但遇到了 classnotfoundexceptions 和 noclassdeffounderror。我将 httpcore4.2 和 httpclient 4.2、日志记录和 commons-io jar 文件添加到构建库中。
谢谢 Droidment
我正在尝试在我的 android 应用程序中使用 jets3t0.9.0,但遇到了 classnotfoundexceptions 和 noclassdeffounderror。我将 httpcore4.2 和 httpclient 4.2、日志记录和 commons-io jar 文件添加到构建库中。
谢谢 Droidment
FYI, best answer is do NOT use JetS3t for Android. Use the Amazon AWS library instead.
More info here on why after I dug into it a bit: https://groups.google.com/forum/?fromgroups=#!topic/jets3t-users/vCq4pwXSPN8
Jets3t-0.9.0 有一个重大更新,使用 httpclient 库 4.x 而不是 3.x。编译期间需要 4 个库 -
Apache Commons 日志记录 1.1.1
Apache Commons 编解码器 1.4
HttpClient 4.1.1
Java XMLBuilder 0.4
这些罐子随 jets3t 套件一起提供,您只需将它们包含在您的应用程序中。
还粘贴一些找不到的类的名称?