小编moa*_*ist的帖子

导出.apk时Joda时间和ProGuard错误

在Eclipse中,当我导出我的.apk并启用proguard时,我收到以下构建错误:

[2014-07-10 04:13:30 - VirginMobile] Proguard returned with error code 1. See console
[2014-07-10 04:13:30 - VirginMobile] Warning: org.joda.convert.JDKStringConverter$9: can't find referenced class javax.xml.bind.DatatypeConverter
[2014-07-10 04:13:30 - VirginMobile] Warning: org.joda.convert.JDKStringConverter$9: can't find referenced class javax.xml.bind.DatatypeConverter
[2014-07-10 04:13:30 - VirginMobile] Warning: org.joda.convert.JDKStringConverter$9: can't find referenced class javax.xml.bind.DatatypeConverter
[2014-07-10 04:13:30 - VirginMobile]       You should check if you need to specify additional program jars.
[2014-07-10 04:13:30 - VirginMobile] Warning: there were 3 unresolved references to classes or interfaces.
[2014-07-10 04:13:30 - VirginMobile]          You …
Run Code Online (Sandbox Code Playgroud)

java android proguard jodatime

3
推荐指数
1
解决办法
839
查看次数

标签 统计

android ×1

java ×1

jodatime ×1

proguard ×1